summaryrefslogtreecommitdiff
path: root/paste/registry.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-20 22:08:05 +0000
committerianb <devnull@localhost>2006-10-20 22:08:05 +0000
commit44fa5352360b78696c3d81cafa8e24eaa4f6c3ed (patch)
treeccde2c446f352cb5344f3c9a40090f12290bf9a7 /paste/registry.py
parent9eadab4b64440958f99a2fa1798227bb4a53193c (diff)
downloadpaste-44fa5352360b78696c3d81cafa8e24eaa4f6c3ed.tar.gz
A big commit, primarily aesthetic/whitespace in nature. This is the result of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
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 283fd39..446c009 100644
--- a/paste/registry.py
+++ b/paste/registry.py
@@ -92,7 +92,6 @@ quick way to work around it is documented.
"""
import warnings
import paste.util.threadinglocal as threadinglocal
-from paste import wsgilib
__all__ = ['StackedObjectProxy', 'RegistryManager']