Mercurial > code > home > repos > patchablegraph
changeset 17:388a5e15d249
fix local import
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 20:06:12 -0800 |
parents | cac880bb0e21 |
children | d8d40f5e1bf8 |
files | patchablegraph.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/patchablegraph.py Wed Nov 24 20:01:01 2021 -0800 +++ b/patchablegraph.py Wed Nov 24 20:06:12 2021 -0800 @@ -37,7 +37,8 @@ from rdflib.namespace import NamespaceManager from rdflib.parser import StringInputSource from rdflib.plugins.serializers.jsonld import from_rdf -import patch_cyclone + +from . import patch_cyclone patch_cyclone.patch_sse() log = logging.getLogger('patchablegraph')