# HG changeset patch # User Sylvain Thenault # Date 1227632667 -3600 # Node ID d712615ce266b6022458c8069e9bcc47ec28f568 # Parent 56fc9edeb75e47738c691b9067a81abde9079ca1 missing import diff -r 56fc9edeb75e -r d712615ce266 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