diff -r 3dc3ad02d091 -r aaed3f813ef8 wsgi/handler.py --- 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