web/test/unittest_views_editforms.py
changeset 3722 c414f402cbff
parent 3589 a5432f99f2d9
child 3777 3ef8cdb5fb1c
--- a/web/test/unittest_views_editforms.py	Mon Oct 19 15:17:20 2009 +0200
+++ b/web/test/unittest_views_editforms.py	Mon Oct 19 15:20:43 2009 +0200
@@ -6,9 +6,12 @@
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
 from logilab.common.testlib import unittest_main
+from logilab.common.compat import any
+
 from cubicweb.devtools.testlib import CubicWebTC
 from cubicweb.web.views.autoform import AutomaticEntityForm as AEF
 from cubicweb.web.formwidgets import AutoCompletionWidget
+
 def rbc(entity, category):
     return [(rschema.type, x) for rschema, tschemas, x in AEF.erelations_by_category(entity, category)]