diff options
| author | ianb <devnull@localhost> | 2005-12-18 23:28:31 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-12-18 23:28:31 +0000 |
| commit | 279c91e034874b70d503b5c64691863be9fa207b (patch) | |
| tree | 3ba7b775f33c2224893b0acf496aca0b957b54ac /paste/httpexceptions.py | |
| parent | 3e85883578c028ab9da207c0af4a2115abf7735b (diff) | |
| download | paste-279c91e034874b70d503b5c64691863be9fa207b.tar.gz | |
A bunch of little import cleanups noted from pyflakes
Diffstat (limited to 'paste/httpexceptions.py')
| -rw-r--r-- | paste/httpexceptions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index 0180925..837fd66 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.py @@ -70,7 +70,6 @@ Exception """ import types -import sys from wsgilib import catch_errors_app from response import has_header, header_value from util.quoting import strip_html, html_quote |
