summaryrefslogtreecommitdiff
path: root/paste/auth/multi.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-01-05 03:18:34 +0000
committerpjenvey <devnull@localhost>2007-01-05 03:18:34 +0000
commitc3489449893fc6facc58dd06a2ea13091d9096fa (patch)
tree94c8bd85450992880b8796ab592896c56d69e69c /paste/auth/multi.py
parentdc929a2a6569b1ec4d30e5ba4f3741c07c47b4ce (diff)
downloadpaste-c3489449893fc6facc58dd06a2ea13091d9096fa.tar.gz
convert old-style classes to new-style classes
Diffstat (limited to 'paste/auth/multi.py')
-rw-r--r--paste/auth/multi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/auth/multi.py b/paste/auth/multi.py
index e3516c2..b378fa6 100644
--- a/paste/auth/multi.py
+++ b/paste/auth/multi.py
@@ -32,7 +32,7 @@ serving on...
"""
-class MultiHandler:
+class MultiHandler(object):
"""
Multiple Authentication Handler