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/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/auth/basic.py') diff --git a/paste/auth/basic.py b/paste/auth/basic.py index cfacb28..0f7f72c 100644 --- a/paste/auth/basic.py +++ b/paste/auth/basic.py @@ -11,7 +11,7 @@ are using SSL or need to work with very out-dated clients, instead use ``digest`` authentication. >>> from paste.wsgilib import dump_environ ->>> from paste.util.httpserver import serve +>>> from paste.httpserver import serve >>> # from paste.auth.basic import AuthBasicHandler >>> realm = 'Test Realm' >>> def authfunc(username, password): -- cgit v1.2.1