branch | stable |
changeset 4719 | aaed3f813ef8 |
parent 4252 | 6c4f109c2b03 |
child 4721 | 8f63691ccb7f |
--- a/wsgi/handler.py Fri Feb 26 13:12:01 2010 +0100 +++ b/wsgi/handler.py Fri Feb 26 13:19:14 2010 +0100 @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" -from cubicweb import ObjectNotFound, AuthenticationError +from cubicweb import AuthenticationError from cubicweb.web import (NotFound, Redirect, DirectResponse, StatusResponse, ExplicitLogin) from cubicweb.web.application import CubicWebPublisher