server/sources/native.py
changeset 4848 41f84eea63c9
parent 4845 dc351b96f596
child 4899 c666d265fb95
equal deleted inserted replaced
4847:9466604ef448 4848:41f84eea63c9
    20 from logilab.common.compat import any
    20 from logilab.common.compat import any
    21 from logilab.common.cache import Cache
    21 from logilab.common.cache import Cache
    22 from logilab.common.decorators import cached, clear_cache
    22 from logilab.common.decorators import cached, clear_cache
    23 from logilab.common.configuration import Method
    23 from logilab.common.configuration import Method
    24 from logilab.common.shellutils import getlogin
    24 from logilab.common.shellutils import getlogin
    25 from logilab.db import get_db_helper
    25 from logilab.database import get_db_helper
    26 
    26 
    27 from cubicweb import UnknownEid, AuthenticationError, Binary, server
    27 from cubicweb import UnknownEid, AuthenticationError, Binary, server
    28 from cubicweb.cwconfig import CubicWebNoAppConfiguration
    28 from cubicweb.cwconfig import CubicWebNoAppConfiguration
    29 from cubicweb.server import hook
    29 from cubicweb.server import hook
    30 from cubicweb.server.utils import crypt_password
    30 from cubicweb.server.utils import crypt_password