##// END OF EJS Templates
destutil: use absolute_import
Gregory Szorc -
r27333:2c60b4b2 default
parent child Browse files
Show More
@@ -5,6 +5,8 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 __future__ import absolute_import
9
8 from .i18n import _
10 from .i18n import _
9 from . import (
11 from . import (
10 bookmarks,
12 bookmarks,
@@ -103,7 +103,6 b''
103 mercurial/commands.py not using absolute_import
103 mercurial/commands.py not using absolute_import
104 mercurial/commandserver.py not using absolute_import
104 mercurial/commandserver.py not using absolute_import
105 mercurial/context.py not using absolute_import
105 mercurial/context.py not using absolute_import
106 mercurial/destutil.py not using absolute_import
107 mercurial/dirstate.py not using absolute_import
106 mercurial/dirstate.py not using absolute_import
108 mercurial/dispatch.py requires print_function
107 mercurial/dispatch.py requires print_function
109 mercurial/encoding.py not using absolute_import
108 mercurial/encoding.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now