__init__.py
changeset 8190 2a3c1b787688
parent 8180 1f6ba9afb925
child 8236 cc70da744f43
--- 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