Mercurial > code > home > repos > light9
diff bin/collector_loadtest.py @ 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 | f066d6e874db |
children | 2951a690f1ba |
line wrap: on
line diff
--- a/bin/collector_loadtest.py Sat May 25 12:06:01 2019 +0000 +++ b/bin/collector_loadtest.py Sat May 25 12:10:51 2019 +0000 @@ -1,7 +1,7 @@ import sys sys.path.append('bin') from run_local import log -from light9.collector.collector_client import sendToCollector, sendToCollectorZmq +from light9.collector.collector_client import sendToCollector from light9.namespaces import L9, DEV from twisted.internet import reactor import time