diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index 458316e2..6f4587af 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.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 - import errno import os import random diff --git a/gunicorn/pidfile.py b/gunicorn/pidfile.py index 32a9ac37..2309ba88 100644 --- a/gunicorn/pidfile.py +++ b/gunicorn/pidfile.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 - import errno import os import tempfile diff --git a/gunicorn/workers/ggevent.py b/gunicorn/workers/ggevent.py index c7c4dfba..9724011d 100644 --- a/gunicorn/workers/ggevent.py +++ b/gunicorn/workers/ggevent.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 - import errno import os import sys diff --git a/tests/t.py b/tests/t.py index 6f1d044a..c84dc671 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 import tempfile diff --git a/tests/test_003-config.py b/tests/test_003-config.py index 628e863a..c35feb79 100644 --- a/tests/test_003-config.py +++ b/tests/test_003-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 - import t import functools diff --git a/tests/treq.py b/tests/treq.py index 10557b1e..816c31ec 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