diff options
| author | pjenvey <devnull@localhost> | 2007-01-05 03:18:34 +0000 |
|---|---|---|
| committer | pjenvey <devnull@localhost> | 2007-01-05 03:18:34 +0000 |
| commit | c3489449893fc6facc58dd06a2ea13091d9096fa (patch) | |
| tree | 94c8bd85450992880b8796ab592896c56d69e69c /paste/auth/multi.py | |
| parent | dc929a2a6569b1ec4d30e5ba4f3741c07c47b4ce (diff) | |
| download | paste-c3489449893fc6facc58dd06a2ea13091d9096fa.tar.gz | |
convert old-style classes to new-style classes
Diffstat (limited to 'paste/auth/multi.py')
| -rw-r--r-- | paste/auth/multi.py | 2 |
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 |
