wsgi/handler.py
branchstable
changeset 4719 aaed3f813ef8
parent 4252 6c4f109c2b03
child 4721 8f63691ccb7f
equal deleted inserted replaced
4718:3dc3ad02d091 4719:aaed3f813ef8
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 """
     7 """
     8 
     8 
     9 __docformat__ = "restructuredtext en"
     9 __docformat__ = "restructuredtext en"
    10 
    10 
    11 from cubicweb import ObjectNotFound, AuthenticationError
    11 from cubicweb import AuthenticationError
    12 from cubicweb.web import (NotFound, Redirect, DirectResponse, StatusResponse,
    12 from cubicweb.web import (NotFound, Redirect, DirectResponse, StatusResponse,
    13                        ExplicitLogin)
    13                        ExplicitLogin)
    14 from cubicweb.web.application import CubicWebPublisher
    14 from cubicweb.web.application import CubicWebPublisher
    15 from cubicweb.wsgi.request import CubicWebWsgiRequest
    15 from cubicweb.wsgi.request import CubicWebWsgiRequest
    16 
    16