web/application.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 882 75488a2a875e
child 1426 379261551578
equal deleted inserted replaced
1131:544609e83317 1132:96752791c2b6
    12 from rql import BadRQLQuery
    12 from rql import BadRQLQuery
    13 
    13 
    14 from cubicweb import set_log_methods
    14 from cubicweb import set_log_methods
    15 from cubicweb import (ValidationError, Unauthorized, AuthenticationError,
    15 from cubicweb import (ValidationError, Unauthorized, AuthenticationError,
    16                    NoSelectableObject, RepositoryError)
    16                    NoSelectableObject, RepositoryError)
    17 from cubicweb.cwconfig import CubicWebConfiguration
       
    18 from cubicweb.cwvreg import CubicWebRegistry
    17 from cubicweb.cwvreg import CubicWebRegistry
    19 from cubicweb.web import (LOGGER, StatusResponse, DirectResponse, Redirect, NotFound,
    18 from cubicweb.web import (LOGGER, StatusResponse, DirectResponse, Redirect, NotFound,
    20                        RemoteCallFailed, ExplicitLogin, InvalidSession)
    19                        RemoteCallFailed, ExplicitLogin, InvalidSession)
    21 from cubicweb.web.component import Component
    20 from cubicweb.web.component import Component
    22 
    21