diff service/reasoning/inputgraph.py @ 571:53a2664f450a

build/import update for reasoning service Ignore-this: 5e2a8d717e7273bf4a84dd467cccab17
author drewp@bigasterisk.com
date Mon, 06 May 2019 00:05:24 -0700
parents 1ceb26846eca
children b87b6e9cedb2
line wrap: on
line diff
--- a/service/reasoning/inputgraph.py	Mon May 06 00:03:35 2019 -0700
+++ b/service/reasoning/inputgraph.py	Mon May 06 00:05:24 2019 -0700
@@ -11,9 +11,8 @@
 from graphop import graphEqual
 from greplin import scales
 
-from patchsource import ReconnectingPatchSource
+from patchablegraph.patchsource import ReconnectingPatchSource
 
-sys.path.append("/my/proj/rdfdb")
 from rdfdb.rdflibpatch import patchQuads
 
 log = logging.getLogger('fetch')