diff --git a/tests/003-test-config.py b/tests/003-test-config.py index f80c80dd..4d9ef923 100644 --- a/tests/003-test-config.py +++ b/tests/003-test-config.py @@ -3,6 +3,8 @@ # 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 6c8058e9..5f776170 100644 --- a/tests/t.py +++ b/tests/t.py @@ -4,6 +4,8 @@ # 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 0ad9d4c5..ea99c3a3 100644 --- a/tests/treq.py +++ b/tests/treq.py @@ -3,6 +3,8 @@ # This file is part of the pywebmachine package released # under the MIT license. +from __future__ import with_statement + import t import inspect