Mercurial > code > home > repos > light9
diff bin/subserver @ 1866:3c523c71da29
pyflakes cleanups and some refactors
Ignore-this: f7372e678699175feb4e628eee3d768c
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 25 May 2019 12:10:51 +0000 |
parents | 40cc863d2b63 |
children |
line wrap: on
line diff
--- a/bin/subserver Sat May 25 12:06:01 2019 +0000 +++ b/bin/subserver Sat May 25 12:10:51 2019 +0000 @@ -4,11 +4,11 @@ dragging them into CC or Timeline """ from run_local import log -import sys, optparse, logging, json, subprocess, datetime +import optparse, logging, json, subprocess, datetime from dateutil.tz import tzlocal from twisted.internet import reactor, defer import cyclone.web, cyclone.httpclient, cyclone.websocket -from rdflib import RDF, URIRef, Literal +from rdflib import URIRef, Literal import pyjade.utils from rdfdb.syncedgraph import SyncedGraph from rdfdb.patch import Patch