summaryrefslogtreecommitdiff
path: root/paste/auth/basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/auth/basic.py')
-rw-r--r--paste/auth/basic.py2
1 files changed, 1 insertions, 1 deletions
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):