Mercurial > code > home > repos > homeauto
diff service/arduinoNode/devices.py @ 1136:1e43ec4a5f23
build and import updates for rdfdb, etc
Ignore-this: 233cb2b31f03be51695f0fff40eecca7
darcs-hash:92c1c526292f9013ad41d2e3b6d11add8fff02ae
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 19 Feb 2018 04:21:28 -0800 |
parents | 6ee834a6f970 |
children | bb80182195c0 |
line wrap: on
line diff
--- a/service/arduinoNode/devices.py Sat Feb 17 23:44:51 2018 -0800 +++ b/service/arduinoNode/devices.py Mon Feb 19 04:21:28 2018 -0800 @@ -1,8 +1,12 @@ from __future__ import division -import itertools, logging, struct, os + +import itertools, logging, struct, os, sys from rdflib import Namespace, RDF, URIRef, Literal import time +sys.path.append('../../lib') +from devices_shared import RgbPixelsAnimation + ROOM = Namespace('http://projects.bigasterisk.com/room/') XSD = Namespace('http://www.w3.org/2001/XMLSchema#') log = logging.getLogger()