diff -r 2ee0ef069fa7 -r 2a3c1b787688 __init__.py --- a/__init__.py Thu Feb 02 14:33:30 2012 +0100 +++ b/__init__.py Mon Jan 23 13:25:02 2012 +0100 @@ -55,6 +55,7 @@ # make all exceptions accessible from the package from cubicweb._exceptions import * +from logilab.common.registry import ObjectNotFound, NoSelectableObject, RegistryNotFound # convert eid to the right type, raise ValueError if it's not a valid eid typed_eid = int