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