Show More
@@ -5,6 +5,8 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 | from __future__ import absolute_import | |
|
9 | ||
|
8 | 10 | from .i18n import _ |
|
9 | 11 | from . import ( |
|
10 | 12 | bookmarks, |
@@ -103,7 +103,6 b'' | |||
|
103 | 103 | mercurial/commands.py not using absolute_import |
|
104 | 104 | mercurial/commandserver.py not using absolute_import |
|
105 | 105 | mercurial/context.py not using absolute_import |
|
106 | mercurial/destutil.py not using absolute_import | |
|
107 | 106 | mercurial/dirstate.py not using absolute_import |
|
108 | 107 | mercurial/dispatch.py requires print_function |
|
109 | 108 | mercurial/encoding.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now