Show More
@@ -5,8 +5,13 b'' | |||||
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. | |
7 |
|
7 | |||
8 | from mercurial.node import nullid |
|
8 | from __future__ import absolute_import | |
9 | import struct, zlib, cStringIO |
|
9 | ||
|
10 | import cStringIO | |||
|
11 | import struct | |||
|
12 | import zlib | |||
|
13 | ||||
|
14 | from .node import nullid | |||
10 |
|
15 | |||
11 | _pack = struct.pack |
|
16 | _pack = struct.pack | |
12 | _unpack = struct.unpack |
|
17 | _unpack = struct.unpack |
@@ -122,7 +122,6 b'' | |||||
122 | mercurial/manifest.py not using absolute_import |
|
122 | mercurial/manifest.py not using absolute_import | |
123 | mercurial/mdiff.py not using absolute_import |
|
123 | mercurial/mdiff.py not using absolute_import | |
124 | mercurial/patch.py not using absolute_import |
|
124 | mercurial/patch.py not using absolute_import | |
125 | mercurial/pure/parsers.py not using absolute_import |
|
|||
126 | mercurial/pvec.py not using absolute_import |
|
125 | mercurial/pvec.py not using absolute_import | |
127 | mercurial/py3kcompat.py not using absolute_import |
|
126 | mercurial/py3kcompat.py not using absolute_import | |
128 | mercurial/revlog.py not using absolute_import |
|
127 | mercurial/revlog.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now