Mercurial > code > home > repos > homeauto
changeset 1437:d442c4d1b9c7
typo in xsd: namespace for led strips
Ignore-this: eb8df937d916bff3691e12ba7e78bec
darcs-hash:1d6779cd288b6744d8bc54feb86b0a8786ddfccf
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 12 Aug 2019 02:21:01 -0700 |
parents | 615cd1be0d87 |
children | 07b5df124209 |
files | lib/devices_shared/devices_shared.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()