diff options
Diffstat (limited to 'Tools/hg/hgtouch.py')
-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 |