summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:33:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:33:43 -0500
commit6ef03d737265bc59f46208a485d15cb304cb1114 (patch)
treebdf3a84c37581c4614d92353b060f2648f523591
parentd3eea8e0e22fdce2af930ac1759dc72df3b268e2 (diff)
downloadcherrypy-6ef03d737265bc59f46208a485d15cb304cb1114.tar.gz
Remove unused import
-rw-r--r--cherrypy/test/test_bus.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/test/test_bus.py b/cherrypy/test/test_bus.py
index ccf54dde..6c927ffb 100644
--- a/cherrypy/test/test_bus.py
+++ b/cherrypy/test/test_bus.py
@@ -2,7 +2,6 @@ import threading
import time
import unittest
-import cherrypy
from cherrypy._cpcompat import get_daemon
from cherrypy.process import wspbus