diff options
| author | cce <devnull@localhost> | 2005-12-14 18:42:14 +0000 |
|---|---|---|
| committer | cce <devnull@localhost> | 2005-12-14 18:42:14 +0000 |
| commit | 8a1a2d97cd184f0618ef8647e4964f8b6a90a9e7 (patch) | |
| tree | 315bbf31a9fbcc368c15013b7a01fea150b8e201 /paste/auth/multi.py | |
| parent | cde83b126e24b4cbf4c6e12b2748360c048bebd7 (diff) | |
| download | paste-8a1a2d97cd184f0618ef8647e4964f8b6a90a9e7.tar.gz | |
migrating tests to use util.httpserver rather than util.baseserver
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 1b593ae..2fe3ba6 100644 --- a/paste/auth/multi.py +++ b/paste/auth/multi.py @@ -60,7 +60,7 @@ if '__main__' == __name__: import basic, digest, cas, cookie, form from paste.httpexceptions import * from paste.wsgilib import dump_environ - from paste.util.baseserver import serve + from paste.util.httpserver import serve multi = MultiHandler(dump_environ) multi.add_method('basic',basic.middleware, 'tag:clarkevans.com,2005:basic', |
