summaryrefslogtreecommitdiff
path: root/paste/auth/cookie.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/cookie.py
parentcde83b126e24b4cbf4c6e12b2748360c048bebd7 (diff)
downloadpaste-8a1a2d97cd184f0618ef8647e4964f8b6a90a9e7.tar.gz
migrating tests to use util.httpserver rather than util.baseserver
Diffstat (limited to 'paste/auth/cookie.py')
-rw-r--r--paste/auth/cookie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/auth/cookie.py b/paste/auth/cookie.py
index 96071d7..9ef1f35 100644
--- a/paste/auth/cookie.py
+++ b/paste/auth/cookie.py
@@ -222,7 +222,7 @@ if '__main__' == __name__:
return application(environ, start_response)
return authstupid_application
from paste.wsgilib import dump_environ
- from paste.util.baseserver import serve
+ from paste.util.httpserver import serve
from paste.httpexceptions import *
serve(AuthCookieHandler(
HTTPExceptionHandler(