From 1f09c663add7edc6af0093d1eb3eca02bd0864b9 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 27 Sep 2013 09:11:21 -0400 Subject: let this work with system Python 2.5 --- Tools/hg/hgtouch.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12