diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-01-20 10:53:22 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-01-20 10:53:22 -0500 |
commit | 1df6a7a1e784196e54d0476ccbae5107d32ee5bf (patch) | |
tree | 3d7baa27e40fd8b55f38b9fe4247d121c8bb6780 /setup.py | |
parent | ed785ffdec9b2d7dbae73f54d18088fc9ff693e4 (diff) | |
download | cherrypy-git-1df6a7a1e784196e54d0476ccbae5107d32ee5bf.tar.gz |
Remove unused import
--HG--
branch : cherrypy-3.2.x
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ except ImportError: from distutils.command.install import INSTALL_SCHEMES from distutils.command.build_py import build_py import sys -import os import re class cherrypy_build_py(build_py): |