summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r--paste/httpexceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py
index 5510596..0910b94 100644
--- a/paste/httpexceptions.py
+++ b/paste/httpexceptions.py
@@ -413,7 +413,6 @@ class HTTPBadRequest(HTTPClientError):
pass
class HTTPUnauthorized(HTTPClientError):
- required_headers = ('WWW-Authenticate',)
code = 401
title = 'Unauthorized'
explanation = (