test/unittest_selectors.py
branchstable
changeset 6981 d1a279ece4a0
parent 6919 8fd6921f3e7c
child 7244 a918f76441ce
--- a/test/unittest_selectors.py	Fri Feb 11 11:37:10 2011 +0100
+++ b/test/unittest_selectors.py	Fri Feb 11 13:23:09 2011 +0100
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -16,6 +16,7 @@
 # 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