diff options
| author | ianb <devnull@localhost> | 2005-12-18 21:30:27 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-12-18 21:30:27 +0000 |
| commit | 4f3e0083b010a2e90b95ef1563bb06db45ad026b (patch) | |
| tree | 58d9ddc0bc585916432f21da6cc2fd7a0fafc965 /paste/httpexceptions.py | |
| parent | d338677fe8c4b468ad89caf5998c73e290d7b49b (diff) | |
| download | paste-4f3e0083b010a2e90b95ef1563bb06db45ad026b.tar.gz | |
Moved all the internal uses of wsgilib to their correct forms now
Diffstat (limited to 'paste/httpexceptions.py')
| -rw-r--r-- | paste/httpexceptions.py | 3 |
1 files changed, 2 insertions, 1 deletions
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): |
