summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
diff options
context:
space:
mode:
authorcce <devnull@localhost>2006-09-21 05:46:57 +0000
committercce <devnull@localhost>2006-09-21 05:46:57 +0000
commit3559f127031598b0dcc2a243454d2c15309a109b (patch)
treeadbc46bdde0022b8d751d173dfb0065c7319dcaa /paste/httpexceptions.py
parent9e4f83947cdb42dffdff973d0b9b12a2f775e3b1 (diff)
downloadpaste-3559f127031598b0dcc2a243454d2c15309a109b.tar.gz
Paste should not depend upon other paste modules, such
as Deploy. This patch moves 'converters' into paste.util since it was being used within paste proper. I'll leave it to those who know Deploy to update that. - copied converters.py from paste.deploy to paste.util - updated files that use paste.deploy.converters
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r--paste/httpexceptions.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py
index 7d3c95f..5510596 100644
--- a/paste/httpexceptions.py
+++ b/paste/httpexceptions.py
@@ -74,10 +74,10 @@ References:
"""
import types
-from wsgilib import catch_errors_app
-from response import has_header, header_value, replace_header
-from request import resolve_relative_url
-from util.quoting import strip_html, html_quote, no_quote
+from paste.wsgilib import catch_errors_app
+from paste.response import has_header, header_value, replace_header
+from paste.request import resolve_relative_url
+from paste.util.quoting import strip_html, html_quote, no_quote
SERVER_NAME = 'WSGI Server'
TEMPLATE = """\