diff tests/generate-working-copy-states.py @ 27295:a327a24acfea

tests: use absolute_import in generate-working-copy-states.py
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 06 Dec 2015 22:23:37 -0800
parents 3849b89459b0
children 3cf1995dbdd5
line wrap: on
line diff
--- 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).