summaryrefslogtreecommitdiff
path: root/paste/auth/multi.py
diff options
context:
space:
mode:
authorcce <devnull@localhost>2005-12-14 18:42:14 +0000
committercce <devnull@localhost>2005-12-14 18:42:14 +0000
commit8a1a2d97cd184f0618ef8647e4964f8b6a90a9e7 (patch)
tree315bbf31a9fbcc368c15013b7a01fea150b8e201 /paste/auth/multi.py
parentcde83b126e24b4cbf4c6e12b2748360c048bebd7 (diff)
downloadpaste-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.py2
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',