Show More
@@ -1,7 +1,12 | |||||
|
1 | from __future__ import absolute_import | |||
|
2 | ||||
|
3 | import _winreg | |||
1 | import os |
|
4 | import os | |
2 | import osutil |
|
5 | ||
3 | import util |
|
6 | from . import ( | |
4 | import _winreg |
|
7 | osutil, | |
|
8 | util, | |||
|
9 | ) | |||
5 |
|
10 | |||
6 | def systemrcpath(): |
|
11 | def systemrcpath(): | |
7 | '''return default os-specific hgrc search path''' |
|
12 | '''return default os-specific hgrc search path''' |
@@ -123,7 +123,6 | |||||
123 | mercurial/py3kcompat.py not using absolute_import |
|
123 | mercurial/py3kcompat.py not using absolute_import | |
124 | mercurial/scmposix.py not using absolute_import |
|
124 | mercurial/scmposix.py not using absolute_import | |
125 | mercurial/scmutil.py not using absolute_import |
|
125 | mercurial/scmutil.py not using absolute_import | |
126 | mercurial/scmwindows.py not using absolute_import |
|
|||
127 | setup.py not using absolute_import |
|
126 | setup.py not using absolute_import | |
128 | tests/filterpyflakes.py requires print_function |
|
127 | tests/filterpyflakes.py requires print_function | |
129 | tests/generate-working-copy-states.py requires print_function |
|
128 | tests/generate-working-copy-states.py requires print_function |
General Comments 0
You need to be logged in to leave comments.
Login now