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/cas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/auth/cas.py') diff --git a/paste/auth/cas.py b/paste/auth/cas.py index 92c7996..6e501b5 100644 --- a/paste/auth/cas.py +++ b/paste/auth/cas.py @@ -93,7 +93,7 @@ __all__ = ['CASLoginFailure', 'CASAuthenticate', 'AuthCASHandler' ] if '__main__' == __name__: authority = "https://secure.its.yale.edu/cas/servlet/" from paste.wsgilib import dump_environ - from paste.util.httpserver import serve + from paste.httpserver import serve from paste.httpexceptions import * serve(HTTPExceptionHandler( AuthCASHandler(dump_environ, authority))) -- cgit v1.2.1