diff options
author | Lakin Wecker <none@none> | 2009-05-31 23:28:08 +0000 |
---|---|---|
committer | Lakin Wecker <none@none> | 2009-05-31 23:28:08 +0000 |
commit | 0c3b13582826fce7fa044a6139fef5a0111871ff (patch) | |
tree | 3669b91c91b0dd9eb987150868f2c7f4e3f8c7de /cherrypy/lib/covercp.py | |
parent | 6c6194ed7e9f14d12c0420b65992918b82b46dd2 (diff) | |
download | cherrypy-git-0c3b13582826fce7fa044a6139fef5a0111871ff.tar.gz |
trunk - removing unused imports.
Diffstat (limited to 'cherrypy/lib/covercp.py')
-rw-r--r-- | cherrypy/lib/covercp.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cherrypy/lib/covercp.py b/cherrypy/lib/covercp.py index d338e739..64bf23bc 100644 --- a/cherrypy/lib/covercp.py +++ b/cherrypy/lib/covercp.py @@ -30,11 +30,6 @@ import os, os.path localFile = os.path.join(os.path.dirname(__file__), "coverage.cache") try: - import cStringIO as StringIO -except ImportError: - import StringIO - -try: from coverage import the_coverage as coverage def start(): coverage.start() |