test/unittest_predicates.py
branchstable
changeset 8743 27a83746aebd
parent 8694 d901c36bcfce
child 8866 64f24ecad177
--- 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 <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