diff service/arduinoNode/devices.py @ 331:a94f2a522d41

build and import updates for rdfdb, etc Ignore-this: 233cb2b31f03be51695f0fff40eecca7
author drewp@bigasterisk.com
date Mon, 19 Feb 2018 04:21:28 -0800
parents 6614416dd2c3
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()