Mercurial > code > home > repos > light9
diff bin/vidrefsetup @ 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/vidrefsetup Sat May 25 12:06:01 2019 +0000 +++ b/bin/vidrefsetup Sat May 25 12:10:51 2019 +0000 @@ -3,15 +3,12 @@ camera captures with a continuous camera capture yet """ from run_local import log -import sys, optparse, logging, json, subprocess, datetime -from dateutil.tz import tzlocal -from twisted.internet import reactor, defer +import optparse, logging +from twisted.internet import reactor import cyclone.web, cyclone.httpclient, cyclone.websocket -from rdflib import RDF, URIRef, Literal -import pyjade.utils +from rdflib import URIRef from rdfdb.syncedgraph import SyncedGraph -from rdfdb.patch import Patch -from light9.namespaces import L9, DCTERMS +from light9.namespaces import L9 from light9 import networking, showconfig from cycloneerr import PrettyErrorHandler