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_tempfile.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_tempfile.py')
-rw-r--r-- | Lib/test/test_tempfile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index a44be26..74e55d8 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py @@ -1,5 +1,4 @@ # tempfile.py unit tests. -from __future__ import with_statement import tempfile import os import sys |