Mercurial > code > home > repos > rdfdb
diff rdfdb/graphfile.py @ 1:674833ada390
no light9 package; rdfdb is now a toplevel name
Ignore-this: 2b7d8c53df9e62c9d3fbb38b083b122f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 18 Feb 2018 09:17:36 +0000 |
parents | d487d597ad33 |
children | 95c57a5cb18e |
line wrap: on
line diff
--- a/rdfdb/graphfile.py Sun Feb 18 08:06:43 2018 +0000 +++ b/rdfdb/graphfile.py Sun Feb 18 09:17:36 2018 +0000 @@ -3,8 +3,8 @@ from twisted.internet import reactor from twisted.internet.inotify import humanReadableMask from rdflib import Graph, RDF -from light9.rdfdb.patch import Patch -from light9.rdfdb.rdflibpatch import inContext +from rdfdb.patch import Patch +from rdfdb.rdflibpatch import inContext log = logging.getLogger('graphfile') iolog = logging.getLogger('io')