diff bin/collector @ 1697:5c04a54df635

fix startup (this might be breaking mypy) Ignore-this: d81817852cde18bb475ce7be80499b5d
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 26 Apr 2018 08:20:19 +0000
parents 6fa4288da8a6
children 283ce478e60f
line wrap: on
line diff
--- a/bin/collector	Thu Apr 26 06:43:31 2018 +0000
+++ b/bin/collector	Thu Apr 26 08:20:19 2018 +0000
@@ -8,6 +8,8 @@
 """
 
 from __future__ import division
+from run_local import log
+
 from rdflib import URIRef, Literal
 from twisted.internet import reactor, utils
 from txzmq import ZmqEndpoint, ZmqFactory, ZmqPullConnection
@@ -19,7 +21,6 @@
 import cyclone.web, cyclone.websocket
 from greplin import scales
 
-from run_local import log
 from lib.cycloneerr import PrettyErrorHandler
 from light9.collector.output import EnttecDmx, Udmx, DummyOutput
 from light9.collector.collector import Collector