__init__.py
changeset 8190 2a3c1b787688
parent 8180 1f6ba9afb925
child 8236 cc70da744f43
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
    53 
    53 
    54 set_log_methods(sys.modules[__name__], logging.getLogger('cubicweb'))
    54 set_log_methods(sys.modules[__name__], logging.getLogger('cubicweb'))
    55 
    55 
    56 # make all exceptions accessible from the package
    56 # make all exceptions accessible from the package
    57 from cubicweb._exceptions import *
    57 from cubicweb._exceptions import *
       
    58 from logilab.common.registry import ObjectNotFound, NoSelectableObject, RegistryNotFound
    58 
    59 
    59 # convert eid to the right type, raise ValueError if it's not a valid eid
    60 # convert eid to the right type, raise ValueError if it's not a valid eid
    60 typed_eid = int
    61 typed_eid = int
    61 
    62 
    62 
    63