diff service/reasoning/graphop.py @ 49:0aeb8d6ea124

cleanup Ignore-this: 5daf1af90686860062cb65a6dfc6526a
author drewp@bigasterisk.com
date Mon, 31 Dec 2012 14:13:22 -0800
parents 571e773c77c3
children 7179284779fd
line wrap: on
line diff
--- a/service/reasoning/graphop.py	Mon Dec 31 12:47:58 2012 -0800
+++ b/service/reasoning/graphop.py	Mon Dec 31 14:13:22 2012 -0800
@@ -1,3 +1,6 @@
+import logging
+from rdflib import URIRef, ConjunctiveGraph
+log = logging.getLogger()
 
 def graphWithoutMetadata(g, ignorePredicates=[]):
     """