summaryrefslogtreecommitdiff
path: root/paste/registry.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-22 02:20:30 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-22 02:20:30 +0200
commitebf7227f6ea8735c5f17ef9078e4543bfcb38a8c (patch)
tree4353bab5ad6666d1b1965c07dfea9755bbda0998 /paste/registry.py
parentcbb342923f17bedff2a6050e04a87023db45ec10 (diff)
downloadpaste-ebf7227f6ea8735c5f17ef9078e4543bfcb38a8c.tar.gz
Fix pyflakes warnings
* Remove unused variables * Remove unused imports * Remove dead code
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 c240c53..908bc0d 100644
--- a/paste/registry.py
+++ b/paste/registry.py
@@ -90,7 +90,6 @@ quick way to work around it is documented.
"""
import six
-import sys
import paste.util.threadinglocal as threadinglocal
__all__ = ['StackedObjectProxy', 'RegistryManager', 'StackedObjectRestorer',