summaryrefslogtreecommitdiff
path: root/paste/registry.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-01-20 05:13:41 +0000
committerpjenvey <devnull@localhost>2007-01-20 05:13:41 +0000
commit730a6284f856cc55b8f4bcacacda94233450df36 (patch)
treedb910911ffe471d03a9e5cf37648ec865ab926d4 /paste/registry.py
parent0369e8bb38e43986c2b821687317b89f670e62cf (diff)
downloadpaste-730a6284f856cc55b8f4bcacacda94233450df36.tar.gz
removed unused import
Diffstat (limited to 'paste/registry.py')
-rw-r--r--paste/registry.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/registry.py b/paste/registry.py
index bc30486..9a4f5a0 100644
--- a/paste/registry.py
+++ b/paste/registry.py
@@ -90,7 +90,6 @@ is provided solely in the extremely rare case that it is an issue so that a
quick way to work around it is documented.
"""
-import new
import sys
import warnings
import paste.util.threadinglocal as threadinglocal