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