changeset 269:dc0eb85f8650

it's working Ignore-this: f0740bb71bb37767ae5270edda20909d
author drewp@bigasterisk.com
date Thu, 14 Apr 2016 00:16:07 -0700
parents 6103688dce6d
children 9fceaaef753e
files service/piNode/piNode.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/service/piNode/piNode.py	Thu Apr 14 00:14:55 2016 -0700
+++ b/service/piNode/piNode.py	Thu Apr 14 00:16:07 2016 -0700
@@ -58,7 +58,7 @@
             if f.startswith('.'): continue
             self.graph.parse('config/%s' % f, format='n3')
             log.info('  parsed %s', f)
-        self.graph.bind('', ROOM) # not working
+        self.graph.bind('', ROOM)
         self.graph.bind('rdf', RDF)
         # config graph is too noisy; maybe make it a separate resource
         #masterGraph.patch(Patch(addGraph=self.graph))