tests/generate-working-copy-states.py
changeset 27295 a327a24acfea
parent 23494 3849b89459b0
child 28725 3cf1995dbdd5
--- a/tests/generate-working-copy-states.py	Fri Nov 13 14:35:36 2015 +0800
+++ b/tests/generate-working-copy-states.py	Sun Dec 06 22:23:37 2015 -0800
@@ -29,8 +29,10 @@
 # $ hg forget *_*_*-untracked
 # $ rm *_*_missing-*
 
+from __future__ import absolute_import
+
+import os
 import sys
-import os
 
 # Generates pairs of (filename, contents), where 'contents' is a list
 # describing the file's content at each revision (or in the working copy).