summaryrefslogtreecommitdiff
path: root/cherrypy/lib/auth_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/lib/auth_basic.py')
-rw-r--r--cherrypy/lib/auth_basic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/auth_basic.py b/cherrypy/lib/auth_basic.py
index 8512cc6f..c9c9bd55 100644
--- a/cherrypy/lib/auth_basic.py
+++ b/cherrypy/lib/auth_basic.py
@@ -87,4 +87,4 @@ def basic_auth(realm, checkpassword, debug=False):
cherrypy.serving.response.headers[
'www-authenticate'] = 'Basic realm="%s"' % realm
raise cherrypy.HTTPError(
- 401, "You are not authorized to access that resource")
+ 401, 'You are not authorized to access that resource')