From 95c32e90659ff1969ae542e3d6533283a34a76c2 Mon Sep 17 00:00:00 2001 From: cce Date: Mon, 9 Jan 2006 06:26:36 +0000 Subject: moving httpserver from util sub-package up a level --- paste/auth/multi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/auth/multi.py') 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): -- cgit v1.2.1