diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-09-27 13:11:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-09-27 13:11:31 (GMT) |
commit | c3034b14ffb335f8bc1a2bfb5cb913eef6ee75d8 (patch) | |
tree | 837b09c52463547ac5e2f770ad90f136650c7ef0 /Tools | |
parent | c51c3ed3f28366ef6b70b277bb8b5fba97b2c520 (diff) | |
parent | 1f09c663add7edc6af0093d1eb3eca02bd0864b9 (diff) | |
download | cpython-c3034b14ffb335f8bc1a2bfb5cb913eef6ee75d8.zip cpython-c3034b14ffb335f8bc1a2bfb5cb913eef6ee75d8.tar.gz cpython-c3034b14ffb335f8bc1a2bfb5cb913eef6ee75d8.tar.bz2 |
merge 3.3
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/hg/hgtouch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/hg/hgtouch.py b/Tools/hg/hgtouch.py index 5961a10..0471691 100644 --- a/Tools/hg/hgtouch.py +++ b/Tools/hg/hgtouch.py @@ -7,6 +7,7 @@ syntax of make rules. In addition to the dependency syntax, #-comments are supported. """ +from __future__ import with_statement import errno import os |