changeset 569:2d13254fdd44

fix old module name twisted_sse_demo Ignore-this: 9eae98ea57725eeaf68e94e9f9f46fec
author drewp@bigasterisk.com
date Mon, 06 May 2019 00:02:26 -0700
parents 2d8a5532f1b5
children f424dd6d221f
files lib/patchablegraph/patchsource.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/patchablegraph/patchsource.py	Sun May 05 22:44:35 2019 -0700
+++ b/lib/patchablegraph/patchsource.py	Mon May 06 00:02:26 2019 -0700
@@ -4,9 +4,10 @@
 from rdflib.parser import StringInputSource
 from twisted.internet import reactor, defer
 
-from patchablegraph import patchFromJson
 from rdfdb.patch import Patch
-from twisted_sse_demo.eventsource import EventSource
+from twisted_sse.eventsource import EventSource
+
+from .patchablegraph import patchFromJson
 
 log = logging.getLogger('fetch')