summaryrefslogtreecommitdiff
path: root/repoze/bfg/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/wsgi.py')
-rw-r--r--repoze/bfg/wsgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/repoze/bfg/wsgi.py b/repoze/bfg/wsgi.py
index 38cca58a3..1a2c0460b 100644
--- a/repoze/bfg/wsgi.py
+++ b/repoze/bfg/wsgi.py
@@ -55,4 +55,3 @@ class NotFound(HTTPException):
class Unauthorized(HTTPException):
""" The default Unauthorized WSGI application """
status = '401 Unauthorized'
-