Show More
@@ -60,7 +60,6 b'' | |||||
60 | tests/test-lrucachedict.py not using absolute_import |
|
60 | tests/test-lrucachedict.py not using absolute_import | |
61 | tests/test-lrucachedict.py requires print_function |
|
61 | tests/test-lrucachedict.py requires print_function | |
62 | tests/test-manifest.py not using absolute_import |
|
62 | tests/test-manifest.py not using absolute_import | |
63 | tests/test-minirst.py not using absolute_import |
|
|||
64 | tests/test-minirst.py requires print_function |
|
63 | tests/test-minirst.py requires print_function | |
65 | tests/test-parseindex2.py not using absolute_import |
|
64 | tests/test-parseindex2.py not using absolute_import | |
66 | tests/test-parseindex2.py requires print_function |
|
65 | tests/test-parseindex2.py requires print_function |
@@ -1,5 +1,10 b'' | |||||
1 | from pprint import pprint |
|
1 | from __future__ import absolute_import | |
2 |
from |
|
2 | from pprint import ( | |
|
3 | pprint, | |||
|
4 | ) | |||
|
5 | from mercurial import ( | |||
|
6 | minirst, | |||
|
7 | ) | |||
3 |
|
8 | |||
4 | def debugformat(text, form, **kwargs): |
|
9 | def debugformat(text, form, **kwargs): | |
5 | if form == 'html': |
|
10 | if form == 'html': |
General Comments 0
You need to be logged in to leave comments.
Login now