diff options
Diffstat (limited to 'wsgitools/authentication.py')
-rw-r--r-- | wsgitools/authentication.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wsgitools/authentication.py b/wsgitools/authentication.py index 59747e0..c076d7f 100644 --- a/wsgitools/authentication.py +++ b/wsgitools/authentication.py @@ -9,7 +9,7 @@ class AuthenticationRequired(Exception): class ProtocolViolation(AuthenticationRequired): pass -class AuthenticationMiddleware(object): +class AuthenticationMiddleware: """Base class for HTTP authorization schemes. @cvar authorization_method: the implemented Authorization method. It will |