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 c076d7f..59747e0 100644 --- a/wsgitools/authentication.py +++ b/wsgitools/authentication.py @@ -9,7 +9,7 @@ class AuthenticationRequired(Exception): class ProtocolViolation(AuthenticationRequired): pass -class AuthenticationMiddleware: +class AuthenticationMiddleware(object): """Base class for HTTP authorization schemes. @cvar authorization_method: the implemented Authorization method. It will |