test/unittest_predicates.py
changeset 8694 d901c36bcfce
parent 8220 e4ea285510e5
child 8866 64f24ecad177
--- a/test/unittest_predicates.py	Thu Feb 14 15:29:20 2013 +0100
+++ b/test/unittest_predicates.py	Thu Feb 14 15:39:23 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 <http://www.gnu.org/licenses/>.
 """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