tests: use absolute_import in generate-working-copy-states.py

This commit is contained in:
Gregory Szorc 2015-12-06 22:23:37 -08:00
parent 2e206a44b7
commit a89bad72f6
2 changed files with 3 additions and 2 deletions

View File

@ -29,8 +29,10 @@
# $ hg forget *_*_*-untracked
# $ rm *_*_missing-*
import sys
from __future__ import absolute_import
import os
import sys
# Generates pairs of (filename, contents), where 'contents' is a list
# describing the file's content at each revision (or in the working copy).

View File

@ -144,7 +144,6 @@
mercurial/windows.py not using absolute_import
setup.py not using absolute_import
tests/filterpyflakes.py requires print_function
tests/generate-working-copy-states.py not using absolute_import
tests/generate-working-copy-states.py requires print_function
tests/get-with-headers.py not using absolute_import
tests/get-with-headers.py requires print_function