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