From 4f3e0083b010a2e90b95ef1563bb06db45ad026b Mon Sep 17 00:00:00 2001 From: ianb Date: Sun, 18 Dec 2005 21:30:27 +0000 Subject: Moved all the internal uses of wsgilib to their correct forms now --- paste/httpexceptions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'paste/httpexceptions.py') diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index 95fa5cf..0180925 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.py @@ -71,7 +71,8 @@ Exception import types import sys -from wsgilib import has_header, header_value, catch_errors_app +from wsgilib import catch_errors_app +from response import has_header, header_value from util.quoting import strip_html, html_quote class HTTPException(Exception): -- cgit v1.2.1