summaryrefslogtreecommitdiff
path: root/Tools/pybench/With.py
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-08 13:47:41 -0700
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-08 13:47:41 -0700
commita68c1bca7bd35571dd1bab736fd69452eca8394e (patch)
treeae3988fac9148839a46d00b40ff32288af062d59 /Tools/pybench/With.py
parent18a7d2b4555af5f8f8a1c370339e334503b1ec09 (diff)
downloadcpython-git-a68c1bca7bd35571dd1bab736fd69452eca8394e.tar.gz
Remove legacy "from __future__ import with_statement" lines.
Diffstat (limited to 'Tools/pybench/With.py')
-rw-r--r--Tools/pybench/With.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/With.py b/Tools/pybench/With.py
index 5f59e8c05b..30cd3c2c8a 100644
--- a/Tools/pybench/With.py
+++ b/Tools/pybench/With.py
@@ -1,4 +1,3 @@
-from __future__ import with_statement
from pybench import Test
class WithFinally(Test):