summaryrefslogtreecommitdiffstats
path: root/Tools/hg
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-08 20:47:41 (GMT)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-08 20:47:41 (GMT)
commita68c1bca7bd35571dd1bab736fd69452eca8394e (patch)
treeae3988fac9148839a46d00b40ff32288af062d59 /Tools/hg
parent18a7d2b4555af5f8f8a1c370339e334503b1ec09 (diff)
downloadcpython-a68c1bca7bd35571dd1bab736fd69452eca8394e.zip
cpython-a68c1bca7bd35571dd1bab736fd69452eca8394e.tar.gz
cpython-a68c1bca7bd35571dd1bab736fd69452eca8394e.tar.bz2
Remove legacy "from __future__ import with_statement" lines.
Diffstat (limited to 'Tools/hg')
-rw-r--r--Tools/hg/hgtouch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/hg/hgtouch.py b/Tools/hg/hgtouch.py
index 119d812..fbca469 100644
--- a/Tools/hg/hgtouch.py
+++ b/Tools/hg/hgtouch.py
@@ -7,7 +7,6 @@ syntax of make rules.
In addition to the dependency syntax, #-comments are supported.
"""
-from __future__ import with_statement
import errno
import os
import time