diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-30 21:25:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-30 21:25:55 (GMT) |
commit | 95287fa951ff5b8f1c38e7a9f5e9134acd59a397 (patch) | |
tree | dbe238da791478a70a97317f43c57d2297a41d6c /Lib/test/test_with.py | |
parent | 655fc7012abdf50e7f827762fb08760fe54b0094 (diff) | |
download | cpython-95287fa951ff5b8f1c38e7a9f5e9134acd59a397.zip cpython-95287fa951ff5b8f1c38e7a9f5e9134acd59a397.tar.gz cpython-95287fa951ff5b8f1c38e7a9f5e9134acd59a397.tar.bz2 |
Remove some from __future__ import with_statements
Diffstat (limited to 'Lib/test/test_with.py')
-rw-r--r-- | Lib/test/test_with.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_with.py b/Lib/test/test_with.py index 8242c91..3007e5a 100644 --- a/Lib/test/test_with.py +++ b/Lib/test/test_with.py @@ -2,7 +2,6 @@ """Unit tests for the with statement specified in PEP 343.""" -from __future__ import with_statement __author__ = "Mike Bland" __email__ = "mbland at acm dot org" |