diff options
Diffstat (limited to 'paste/httpexceptions.py')
| -rw-r--r-- | paste/httpexceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index 5ee0cb0..33507a9 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.py @@ -226,6 +226,7 @@ class HTTPException(Exception): exc_info) return [content] + __call__ = wsgi_application def __repr__(self): return '<%s %s; code=%s>' % (self.__class__.__name__, |
