diff bin/paintserver @ 1698:f140153c087c

bring back clientsession which doesn't belong in rdfdb Ignore-this: 706126cc1ce1a17823bf04a6d4523a6
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 26 Apr 2018 08:21:31 +0000
parents 6fa4288da8a6
children 7772cc48e016
line wrap: on
line diff
--- a/bin/paintserver	Thu Apr 26 08:20:19 2018 +0000
+++ b/bin/paintserver	Thu Apr 26 08:21:31 2018 +0000
@@ -11,7 +11,7 @@
 import optparse, sys, logging
 import cyclone.web
 from rdflib import URIRef
-from rdfdb import clientsession
+from light9 import clientsession
 import light9.paint.solve
 from lib.cycloneerr import PrettyErrorHandler
 from light9.namespaces import RDF, L9, DEV