diff options
author | cce <devnull@localhost> | 2006-01-09 06:26:36 +0000 |
---|---|---|
committer | cce <devnull@localhost> | 2006-01-09 06:26:36 +0000 |
commit | 95c32e90659ff1969ae542e3d6533283a34a76c2 (patch) | |
tree | e908afe34ff0ef71e15ac3c4a68f8088fdf78844 /paste/auth/multi.py | |
parent | 2a9341bf0034b61510ae575dcceefa8ecbfd2bc8 (diff) | |
download | paste-95c32e90659ff1969ae542e3d6533283a34a76c2.tar.gz |
moving httpserver from util sub-package up a level
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 bb09b3e..47becae 100644 --- a/paste/auth/multi.py +++ b/paste/auth/multi.py @@ -15,7 +15,7 @@ stack; by default it uses form-based authentication unless >>> from paste.auth import form, cookie, digest, multi >>> from paste.wsgilib import dump_environ ->>> from paste.util.httpserver import serve +>>> from paste.httpserver import serve >>> >>> multi = multi.MultiHandler(dump_environ) >>> def authfunc(realm, user): |