summaryrefslogtreecommitdiff
path: root/tests/test_wsgiwrappers.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-02-16 01:05:22 +0000
committerpjenvey <devnull@localhost>2007-02-16 01:05:22 +0000
commitd829a4e03d6f4030bb1aa05d4d70726be1a1bcca (patch)
tree3f74839b0dccb68a4cfae7589c0c51022b9eeb62 /tests/test_wsgiwrappers.py
parente8b638c62beba08dc54898e74803d104d0b374df (diff)
downloadpaste-d829a4e03d6f4030bb1aa05d4d70726be1a1bcca.tar.gz
unused import
Diffstat (limited to 'tests/test_wsgiwrappers.py')
-rw-r--r--tests/test_wsgiwrappers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_wsgiwrappers.py b/tests/test_wsgiwrappers.py
index df62309..4a98ca3 100644
--- a/tests/test_wsgiwrappers.py
+++ b/tests/test_wsgiwrappers.py
@@ -3,7 +3,7 @@
# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
import cgi
from paste.fixture import TestApp
-from paste.wsgiwrappers import settings, WSGIRequest, WSGIResponse
+from paste.wsgiwrappers import WSGIRequest, WSGIResponse
class AssertApp(object):
def __init__(self, assertfunc):