web/application.py
changeset 9066 685ca11d9870
parent 9040 3c85e734ce00
child 9071 46885bfa4150
equal deleted inserted replaced
9065:b1cad8e4557f 9066:685ca11d9870
    33 from cubicweb import set_log_methods, cwvreg
    33 from cubicweb import set_log_methods, cwvreg
    34 from cubicweb import (
    34 from cubicweb import (
    35     ValidationError, Unauthorized, Forbidden,
    35     ValidationError, Unauthorized, Forbidden,
    36     AuthenticationError, NoSelectableObject,
    36     AuthenticationError, NoSelectableObject,
    37     BadConnectionId, CW_EVENT_MANAGER)
    37     BadConnectionId, CW_EVENT_MANAGER)
    38 from cubicweb.dbapi import DBAPISession, anonymous_session
    38 from cubicweb.dbapi import anonymous_session
    39 from cubicweb.web import LOGGER, component
    39 from cubicweb.web import LOGGER, component
    40 from cubicweb.web import (
    40 from cubicweb.web import (
    41     StatusResponse, DirectResponse, Redirect, NotFound, LogOut,
    41     StatusResponse, DirectResponse, Redirect, NotFound, LogOut,
    42     RemoteCallFailed, InvalidSession, RequestError)
    42     RemoteCallFailed, InvalidSession, RequestError)
    43 
    43