missing import
authorSylvain Thenault <sylvain.thenault@logilab.fr>
Tue, 25 Nov 2008 18:04:27 +0100
changeset 148 d712615ce266
parent 147 56fc9edeb75e
child 149 a7cd4296a85e
missing import
common/selectors.py
--- a/common/selectors.py	Tue Nov 25 17:47:22 2008 +0100
+++ b/common/selectors.py	Tue Nov 25 18:04:27 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
 from cubicweb.cwconfig import CubicWebConfiguration