Show More
@@ -5,7 +5,11 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 6 | # GNU General Public License version 2 or any later version. |
|
7 | 7 | |
|
8 | import struct, difflib, re | |
|
8 | from __future__ import absolute_import | |
|
9 | ||
|
10 | import difflib | |
|
11 | import re | |
|
12 | import struct | |
|
9 | 13 | |
|
10 | 14 | def splitnewlines(text): |
|
11 | 15 | '''like str.splitlines, but only split on newlines.''' |
@@ -122,7 +122,6 b'' | |||
|
122 | 122 | mercurial/manifest.py not using absolute_import |
|
123 | 123 | mercurial/mdiff.py not using absolute_import |
|
124 | 124 | mercurial/patch.py not using absolute_import |
|
125 | mercurial/pure/bdiff.py not using absolute_import | |
|
126 | 125 | mercurial/pure/diffhelpers.py not using absolute_import |
|
127 | 126 | mercurial/pure/mpatch.py not using absolute_import |
|
128 | 127 | mercurial/pure/osutil.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now