with statement: use it or lose it stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 22 May 2009 18:11:21 +0200
branchstable
changeset 1914 0ce7dbfffefd
parent 1907 0f3363d24239
child 1915 12cd95af4e90
with statement: use it or lose it
web/test/unittest_viewselector.py
--- a/web/test/unittest_viewselector.py	Fri May 22 15:48:25 2009 +0200
+++ b/web/test/unittest_viewselector.py	Fri May 22 18:11:21 2009 +0200
@@ -1,8 +1,6 @@
 # -*- coding: iso-8859-1 -*-
 """XXX rename, split, reorganize this
 """
-from __future__ import with_statement
-
 from logilab.common.testlib import unittest_main
 
 from cubicweb.devtools.apptest import EnvBasedTC