Show More
@@ -1,5 +1,11 b'' | |||
|
1 | import sys, os | |
|
2 | import osutil | |
|
1 | from __future__ import absolute_import | |
|
2 | ||
|
3 | import os | |
|
4 | import sys | |
|
5 | ||
|
6 | from . import ( | |
|
7 | osutil, | |
|
8 | ) | |
|
3 | 9 | |
|
4 | 10 | def _rcfiles(path): |
|
5 | 11 | rcs = [os.path.join(path, 'hgrc')] |
@@ -121,7 +121,6 b'' | |||
|
121 | 121 | mercurial/patch.py not using absolute_import |
|
122 | 122 | mercurial/pvec.py not using absolute_import |
|
123 | 123 | mercurial/py3kcompat.py not using absolute_import |
|
124 | mercurial/scmposix.py not using absolute_import | |
|
125 | 124 | setup.py not using absolute_import |
|
126 | 125 | tests/filterpyflakes.py requires print_function |
|
127 | 126 | tests/generate-working-copy-states.py requires print_function |
General Comments 0
You need to be logged in to leave comments.
Login now