summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_with.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-04-30 21:25:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-04-30 21:25:55 (GMT)
commit95287fa951ff5b8f1c38e7a9f5e9134acd59a397 (patch)
treedbe238da791478a70a97317f43c57d2297a41d6c /Lib/test/test_with.py
parent655fc7012abdf50e7f827762fb08760fe54b0094 (diff)
downloadcpython-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.py1
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"