devtools/testlib.py
changeset 8694 d901c36bcfce
parent 8673 8ea63a2cc2cc
child 8695 358d8bed9626
--- a/devtools/testlib.py	Thu Feb 14 15:29:20 2013 +0100
+++ b/devtools/testlib.py	Thu Feb 14 15:39:23 2013 +0100
@@ -16,9 +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/>.
 """this module contains base classes and utilities for cubicweb tests"""
-
-from __future__ import with_statement
-
 __docformat__ = "restructuredtext en"
 
 import os