Mercurial > code > home > repos > light9
diff bin/paintserver @ 1692:6fa4288da8a6
rdfdb is its own package now
Ignore-this: 6b0b51464911b955687fefe6454fb91b
author | drewp@bigasterisk.com |
---|---|
date | Wed, 21 Mar 2018 08:31:45 +0000 |
parents | 5d2dcae1a7c6 |
children | f140153c087c |
line wrap: on
line diff
--- a/bin/paintserver Sun Feb 18 08:05:04 2018 +0000 +++ b/bin/paintserver Wed Mar 21 08:31:45 2018 +0000 @@ -5,13 +5,13 @@ import json from twisted.internet import reactor from light9.greplin_cyclone import StatsForCyclone -from light9.rdfdb.syncedgraph import SyncedGraph +from rdfdb.syncedgraph import SyncedGraph from light9 import networking, showconfig from greplin import scales import optparse, sys, logging import cyclone.web from rdflib import URIRef -from light9.rdfdb import clientsession +from rdfdb import clientsession import light9.paint.solve from lib.cycloneerr import PrettyErrorHandler from light9.namespaces import RDF, L9, DEV