repairing error from preceding commit
authorLaure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 01 Dec 2008 16:21:26 +0100
changeset 162 5012aba69e62
parent 161 328bc32b5701
child 163 451a3e35dbcb
repairing error from preceding commit
common/selectors.py
--- a/common/selectors.py	Mon Dec 01 15:20:27 2008 +0100
+++ b/common/selectors.py	Mon Dec 01 16:21:26 2008 +0100
@@ -12,7 +12,7 @@
 
 from logilab.common.compat import all
 
-from cubicweb import Unauthorized
+from cubicweb import Unauthorized, NoSelectableObject
 from cubicweb.cwvreg import DummyCursorError
 from cubicweb.vregistry import chainall, chainfirst, NoSelectableObject
 from cubicweb.cwconfig import CubicWebConfiguration