##// END OF EJS Templates
py3: use absolute_import in revlog-formatv0.py
Robert Stanca -
r28945:05982f7a default
parent child Browse files
Show More
@@ -17,7 +17,9 b' description:'
17 empty file
17 empty file
18 """
18 """
19
19
20 import os, sys
20 from __future__ import absolute_import
21 import os
22 import sys
21
23
22 files = [
24 files = [
23 ('formatv0/.hg/00changelog.i',
25 ('formatv0/.hg/00changelog.i',
@@ -44,7 +44,6 b''
44 tests/md5sum.py not using absolute_import
44 tests/md5sum.py not using absolute_import
45 tests/readlink.py not using absolute_import
45 tests/readlink.py not using absolute_import
46 tests/readlink.py requires print_function
46 tests/readlink.py requires print_function
47 tests/revlog-formatv0.py not using absolute_import
48 tests/run-tests.py not using absolute_import
47 tests/run-tests.py not using absolute_import
49 tests/sitecustomize.py not using absolute_import
48 tests/sitecustomize.py not using absolute_import
50 tests/svn-safe-append.py not using absolute_import
49 tests/svn-safe-append.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now