Skip to content

Commit

Permalink
with statements slipped into py24 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Leeds committed Jul 9, 2010
1 parent a9c916f commit 229a573
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/003-test-config.py
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/t.py
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/treq.py
Expand Up @@ -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
Expand Down

0 comments on commit 229a573

Please sign in to comment.