summaryrefslogtreecommitdiff
path: root/tests/test_exceptions
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-12-18 21:30:27 +0000
committerianb <devnull@localhost>2005-12-18 21:30:27 +0000
commit4f3e0083b010a2e90b95ef1563bb06db45ad026b (patch)
tree58d9ddc0bc585916432f21da6cc2fd7a0fafc965 /tests/test_exceptions
parentd338677fe8c4b468ad89caf5998c73e290d7b49b (diff)
downloadpaste-4f3e0083b010a2e90b95ef1563bb06db45ad026b.tar.gz
Moved all the internal uses of wsgilib to their correct forms now
Diffstat (limited to 'tests/test_exceptions')
-rw-r--r--tests/test_exceptions/test_httpexceptions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_exceptions/test_httpexceptions.py b/tests/test_exceptions/test_httpexceptions.py
index 5f72b20..1c24a4a 100644
--- a/tests/test_exceptions/test_httpexceptions.py
+++ b/tests/test_exceptions/test_httpexceptions.py
@@ -7,7 +7,8 @@ WSGI Exception Middleware
Regression Test Suite
"""
from paste.httpexceptions import *
-from paste.wsgilib import header_value, raw_interactive
+from paste.wsgilib import raw_interactive
+from paste.response import header_value
import py
def test_HTTPMove():