changeset 1074:069fa84d92eb

it's working Ignore-this: f0740bb71bb37767ae5270edda20909d darcs-hash:f8a884627fe2edacd307d960ff91903e0e40664e
author drewp <drewp@bigasterisk.com>
date Thu, 14 Apr 2016 00:16:07 -0700
parents 054fccde9a49
children 32bbce76134e
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))