diff service/arduinoNode/arduinoNode.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/arduinoNode.py	Sat Feb 17 23:44:51 2018 -0800
+++ b/service/arduinoNode/arduinoNode.py	Mon Feb 19 04:21:28 2018 -0800
@@ -26,13 +26,12 @@
 
 sys.path.append("../../lib")
 from patchablegraph import PatchableGraph, CycloneGraphHandler, CycloneGraphEventsHandler
+from export_to_influxdb import InfluxExporter
 
-sys.path.append("/my/proj/light9")
-from light9.rdfdb.patch import Patch
-from light9.rdfdb.rdflibpatch import inContext
+sys.path.append("/my/proj/rdfdb")
+from rdfdb.patch import Patch
+from rdfdb.rdflibpatch import inContext
 
-sys.path.append("../piNode")
-from export_to_influxdb import InfluxExporter
 
 log = logging.getLogger()
 logging.getLogger('serial').setLevel(logging.WARN)