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/cookie.py | |
| parent | cde83b126e24b4cbf4c6e12b2748360c048bebd7 (diff) | |
| download | paste-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.py | 2 |
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( |
