# HG changeset patch # User drewp # Date 1565601661 25200 # Node ID d442c4d1b9c7d7779fef4f9d96e8c15cf847b419 # Parent 615cd1be0d87a5b18a52293d6643320e66fbde2b typo in xsd: namespace for led strips Ignore-this: eb8df937d916bff3691e12ba7e78bec darcs-hash:1d6779cd288b6744d8bc54feb86b0a8786ddfccf diff -r 615cd1be0d87 -r d442c4d1b9c7 lib/devices_shared/devices_shared.py --- a/lib/devices_shared/devices_shared.py Mon Aug 12 01:10:12 2019 -0700 +++ b/lib/devices_shared/devices_shared.py Mon Aug 12 02:21:01 2019 -0700 @@ -4,7 +4,7 @@ import imageio from rdflib import Namespace, RDF, URIRef, Literal -XS = Namespace('http://www.w3.org/2001/XMLSchema#double') +XS = Namespace('http://www.w3.org/2001/XMLSchema#') ROOM = Namespace('http://projects.bigasterisk.com/room/') log = logging.getLogger()