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