From 229a573d7f70acde2bed09d90232c5abeaa96e5c Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Thu, 8 Jul 2010 18:25:25 -0700 Subject: [PATCH] with statements slipped into py24 branch --- tests/003-test-config.py | 2 -- tests/t.py | 2 -- tests/treq.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/tests/003-test-config.py b/tests/003-test-config.py index 3f90f38f1..e86d01a60 100644 --- a/tests/003-test-config.py +++ b/tests/003-test-config.py @@ -3,8 +3,6 @@ # This file is part of gunicorn released under the MIT license. # See the NOTICE for more information. -from __future__ import with_statement - from nose.plugins.skip import SkipTest import t diff --git a/tests/t.py b/tests/t.py index 8bf6bf7ee..a8dd34d37 100644 --- a/tests/t.py +++ b/tests/t.py @@ -4,8 +4,6 @@ # This file is part of gunicorn released under the MIT license. # See the NOTICE for more information. -from __future__ import with_statement - import array import os from StringIO import StringIO diff --git a/tests/treq.py b/tests/treq.py index 599f83ef2..1c30cf04b 100644 --- a/tests/treq.py +++ b/tests/treq.py @@ -3,8 +3,6 @@ # This file is part of the pywebmachine package released # under the MIT license. -from __future__ import with_statement - import t import inspect