Show More
@@ -48,8 +48,13 b' Uses:' | |||||
48 | different branches |
|
48 | different branches | |
49 | ''' |
|
49 | ''' | |
50 |
|
50 | |||
51 | import base85, util |
|
51 | from __future__ import absolute_import | |
52 | from node import nullrev |
|
52 | ||
|
53 | from .node import nullrev | |||
|
54 | from . import ( | |||
|
55 | base85, | |||
|
56 | util, | |||
|
57 | ) | |||
53 |
|
58 | |||
54 | _size = 448 # 70 chars b85-encoded |
|
59 | _size = 448 # 70 chars b85-encoded | |
55 | _bytes = _size / 8 |
|
60 | _bytes = _size / 8 |
@@ -117,7 +117,6 b'' | |||||
117 | mercurial/lsprofcalltree.py requires print_function |
|
117 | mercurial/lsprofcalltree.py requires print_function | |
118 | mercurial/mail.py requires print_function |
|
118 | mercurial/mail.py requires print_function | |
119 | mercurial/manifest.py not using absolute_import |
|
119 | mercurial/manifest.py not using absolute_import | |
120 | mercurial/pvec.py not using absolute_import |
|
|||
121 | setup.py not using absolute_import |
|
120 | setup.py not using absolute_import | |
122 | tests/filterpyflakes.py requires print_function |
|
121 | tests/filterpyflakes.py requires print_function | |
123 | tests/generate-working-copy-states.py requires print_function |
|
122 | tests/generate-working-copy-states.py requires print_function |
General Comments 0
You need to be logged in to leave comments.
Login now