[test] missing future import stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Feb 2011 13:23:09 +0100
branchstable
changeset 6981 d1a279ece4a0
parent 6979 a8fbcf9b6572
child 6982 fe74a45204e3
child 6985 dda970c8a315
[test] missing future import
test/unittest_selectors.py
--- 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