equal
deleted
inserted
replaced
10 |
10 |
11 __docformat__ = "restructuredtext en" |
11 __docformat__ = "restructuredtext en" |
12 |
12 |
13 from logilab.common.compat import all |
13 from logilab.common.compat import all |
14 |
14 |
15 from cubicweb import Unauthorized |
15 from cubicweb import Unauthorized, NoSelectableObject |
16 from cubicweb.cwvreg import DummyCursorError |
16 from cubicweb.cwvreg import DummyCursorError |
17 from cubicweb.vregistry import chainall, chainfirst, NoSelectableObject |
17 from cubicweb.vregistry import chainall, chainfirst, NoSelectableObject |
18 from cubicweb.cwconfig import CubicWebConfiguration |
18 from cubicweb.cwconfig import CubicWebConfiguration |
19 from cubicweb.schema import split_expression |
19 from cubicweb.schema import split_expression |
20 |
20 |