diff -r bd374bd906f3 -r 27a83746aebd test/unittest_predicates.py --- a/test/unittest_predicates.py Tue Mar 19 16:56:46 2013 +0100 +++ b/test/unittest_predicates.py Wed Mar 20 17:40:25 2013 +0100 @@ -16,7 +16,6 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . """unit tests for selectors mechanism""" -from __future__ import with_statement from operator import eq, lt, le, gt from logilab.common.testlib import TestCase, unittest_main