Mercurial > code > home > repos > homeauto
diff service/reasoning/inputgraph.py @ 351:7716b1810d6c
reasoning & collector move into docker images
Ignore-this: 67e97d307eba96791cbe77e57c57ad57
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Sep 2018 00:45:34 -0700 |
parents | c51075f267bc |
children | 79d041273e26 |
line wrap: on
line diff
--- a/service/reasoning/inputgraph.py Mon Apr 16 22:18:49 2018 -0700 +++ b/service/reasoning/inputgraph.py Mon Sep 03 00:45:34 2018 -0700 @@ -12,8 +12,8 @@ from patchsource import ReconnectingPatchSource -sys.path.append("/my/proj/light9") -from light9.rdfdb.rdflibpatch import patchQuads +sys.path.append("/my/proj/rdfdb") +from rdfdb.rdflibpatch import patchQuads log = logging.getLogger('fetch')