summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Deeney <bdeeney@pobox.com>2014-04-15 09:07:40 -0400
committerBryan Deeney <bdeeney@pobox.com>2014-04-15 09:07:40 -0400
commit3110998971a33674b91260c02932b8742f7b9f3a (patch)
tree38ca4733f910301fdf929152da96184e6ad09d1b
parente32cf1a618695233ad3da1734516963f24204ae1 (diff)
downloadcherrypy-3110998971a33674b91260c02932b8742f7b9f3a.tar.gz
Remove unused import
-rw-r--r--cherrypy/_cptree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/_cptree.py b/cherrypy/_cptree.py
index 32e79b02..a31b2793 100644
--- a/cherrypy/_cptree.py
+++ b/cherrypy/_cptree.py
@@ -1,7 +1,6 @@
"""CherryPy Application and Tree objects."""
import os
-import sys
import cherrypy
from cherrypy._cpcompat import ntou, py3k