From: Benjamin Peterson Date: Fri, 27 Sep 2013 13:11:21 +0000 (-0400) Subject: let this work with system Python 2.5 X-Git-Tag: v3.4.0a3~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f09c663add7edc6af0093d1eb3eca02bd0864b9;p=thirdparty%2FPython%2Fcpython.git let this work with system Python 2.5 --- diff --git a/Tools/hg/hgtouch.py b/Tools/hg/hgtouch.py index 5961a10ad02a..04716917680b 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