test/data/rrqlexpr_on_eetype.py
changeset 2634 273eec072cf8
parent 1977 606923dff11b
child 3877 7ca53fc72a0a
child 4212 ab6573088b4a
--- a/test/data/rrqlexpr_on_eetype.py	Sat Aug 01 16:21:52 2009 +0200
+++ b/test/data/rrqlexpr_on_eetype.py	Sat Aug 01 16:54:03 2009 +0200
@@ -5,6 +5,9 @@
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
+from yams.buildobjs import EntityType, String
+from cubicweb.schema import RRQLExpression
+
 class ToTo(EntityType):
     permissions = {
         'read': ('managers', RRQLExpression('S bla Y'),),