##// END OF EJS Templates
tests: use absolute_import in generate-working-copy-states.py
Gregory Szorc -
r27295:a327a24a default
parent child Browse files
Show More
@@ -29,8 +29,10 b''
29 # $ hg forget *_*_*-untracked
29 # $ hg forget *_*_*-untracked
30 # $ rm *_*_missing-*
30 # $ rm *_*_missing-*
31
31
32 from __future__ import absolute_import
33
34 import os
32 import sys
35 import sys
33 import os
34
36
35 # Generates pairs of (filename, contents), where 'contents' is a list
37 # Generates pairs of (filename, contents), where 'contents' is a list
36 # describing the file's content at each revision (or in the working copy).
38 # describing the file's content at each revision (or in the working copy).
@@ -144,7 +144,6 b''
144 mercurial/windows.py not using absolute_import
144 mercurial/windows.py not using absolute_import
145 setup.py not using absolute_import
145 setup.py not using absolute_import
146 tests/filterpyflakes.py requires print_function
146 tests/filterpyflakes.py requires print_function
147 tests/generate-working-copy-states.py not using absolute_import
148 tests/generate-working-copy-states.py requires print_function
147 tests/generate-working-copy-states.py requires print_function
149 tests/get-with-headers.py not using absolute_import
148 tests/get-with-headers.py not using absolute_import
150 tests/get-with-headers.py requires print_function
149 tests/get-with-headers.py requires print_function
General Comments 0
You need to be logged in to leave comments. Login now