Show More
@@ -1,9 +1,11 b'' | |||||
1 | #!/usr/bin/env python |
|
1 | #!/usr/bin/env python | |
2 | # |
|
2 | # | |
3 | # check-translation.py - check Mercurial specific translation problems |
|
3 | # check-translation.py - check Mercurial specific translation problems | |
|
4 | from __future__ import absolute_import | |||
|
5 | ||||
|
6 | import re | |||
4 |
|
7 | |||
5 | import polib |
|
8 | import polib | |
6 | import re |
|
|||
7 |
|
9 | |||
8 | scanners = [] |
|
10 | scanners = [] | |
9 | checkers = [] |
|
11 | checkers = [] |
@@ -19,7 +19,6 b'' | |||||
19 | contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import |
|
19 | contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import | |
20 | contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import |
|
20 | contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import | |
21 | contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import |
|
21 | contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import | |
22 | i18n/check-translation.py not using absolute_import |
|
|||
23 | setup.py not using absolute_import |
|
22 | setup.py not using absolute_import | |
24 | tests/test-demandimport.py not using absolute_import |
|
23 | tests/test-demandimport.py not using absolute_import | |
25 |
|
24 |
General Comments 0
You need to be logged in to leave comments.
Login now