summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRémi Cardona <remi.cardona@free.fr>2014-07-28 22:27:04 +0200
committerRémi Cardona <remi.cardona@free.fr>2014-07-28 22:27:04 +0200
commit0412e5fda38b8fe9b9165060307129f76aca2e7f (patch)
tree6f45a60b821289673c2fe910b5f856892a32fb8e /test
parenta87dae2de56b71a7cdc3f3bf074e74ea05db335a (diff)
downloadlogilab-common-0412e5fda38b8fe9b9165060307129f76aca2e7f.tar.gz
Remove obsolete __future__ imports (related to #264017)
Generators have been available since 2.3, "with" statements since 2.6.
Diffstat (limited to 'test')
-rw-r--r--test/unittest_changelog.py1
-rw-r--r--test/unittest_registry.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/unittest_changelog.py b/test/unittest_changelog.py
index dff9979..8fd0646 100644
--- a/test/unittest_changelog.py
+++ b/test/unittest_changelog.py
@@ -15,7 +15,6 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import with_statement
from os.path import join, dirname
from cStringIO import StringIO
diff --git a/test/unittest_registry.py b/test/unittest_registry.py
index a15fe98..3d5eb1c 100644
--- a/test/unittest_registry.py
+++ b/test/unittest_registry.py
@@ -16,7 +16,6 @@
# You should have received a copy of the GNU Lesser General Public License along
# with Logilab-Common. If not, see <http://www.gnu.org/licenses/>.
"""unit tests for selectors mechanism"""
-from __future__ import with_statement
import gc
import logging