summaryrefslogtreecommitdiff
path: root/paste/debug
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-12-18 23:28:31 +0000
committerianb <devnull@localhost>2005-12-18 23:28:31 +0000
commit279c91e034874b70d503b5c64691863be9fa207b (patch)
tree3ba7b775f33c2224893b0acf496aca0b957b54ac /paste/debug
parent3e85883578c028ab9da207c0af4a2115abf7735b (diff)
downloadpaste-279c91e034874b70d503b5c64691863be9fa207b.tar.gz
A bunch of little import cleanups noted from pyflakes
Diffstat (limited to 'paste/debug')
-rw-r--r--paste/debug/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/debug/profile.py b/paste/debug/profile.py
index 07294ed..f2b90ed 100644
--- a/paste/debug/profile.py
+++ b/paste/debug/profile.py
@@ -9,7 +9,6 @@ import threading
import cgi
import time
from cStringIO import StringIO
-from paste import wsgilib
from paste import response
__all__ = ['ProfileMiddleware', 'profile_decorator']