cubicweb/repoapi.py
changeset 12032 c16c1805e973
parent 11195 5de859b95988
child 12044 70bb46dfa87b
equal deleted inserted replaced
12031:92da3e6cb104 12032:c16c1805e973
    21 
    21 
    22 from six import add_metaclass
    22 from six import add_metaclass
    23 
    23 
    24 from logilab.common.deprecation import class_deprecated
    24 from logilab.common.deprecation import class_deprecated
    25 
    25 
    26 from cubicweb.utils import parse_repo_uri
       
    27 from cubicweb import AuthenticationError
    26 from cubicweb import AuthenticationError
    28 from cubicweb.server.session import Connection
    27 from cubicweb.server.session import Connection
    29 
    28 
    30 
    29 
    31 ### public API ######################################################
    30 ### public API ######################################################