changeset 381:fb7bb50c3ced

submaster reads n3, not just nt
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 15 Jun 2007 21:52:25 +0000
parents a13f2caf6f25
children 75213189881e
files light9/Submaster.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/Submaster.py	Fri Jun 15 21:51:51 2007 +0000
+++ b/light9/Submaster.py	Fri Jun 15 21:52:25 2007 +0000
@@ -64,7 +64,7 @@
             patchGraph = showconfig.getGraph()
             if graph is None:
                 graph = Graph()
-                graph.parse(showconfig.subFile(self.name), format="nt")
+                graph.parse(showconfig.subFile(self.name), format="n3")
             self.uri = L9['sub/%s' % self.name]
             for lev in graph.objects(self.uri, L9['lightLevel']):
                 chan = graph.value(lev, L9['channel'])