Show More
@@ -4,10 +4,21 b'' | |||
|
4 | 4 | # |
|
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 | from __future__ import absolute_import | |
|
7 | 8 | |
|
8 | import base64, errno, subprocess, os, datetime, re | |
|
9 | import base64 | |
|
9 | 10 | import cPickle as pickle |
|
10 | from mercurial import phases, util, error | |
|
11 | import datetime | |
|
12 | import errno | |
|
13 | import os | |
|
14 | import re | |
|
15 | import subprocess | |
|
16 | ||
|
17 | from mercurial import ( | |
|
18 | error, | |
|
19 | phases, | |
|
20 | util, | |
|
21 | ) | |
|
11 | 22 | from mercurial.i18n import _ |
|
12 | 23 | |
|
13 | 24 | propertycache = util.propertycache |
@@ -23,7 +23,6 b'' | |||
|
23 | 23 | hgext/color.py not using absolute_import |
|
24 | 24 | hgext/convert/__init__.py not using absolute_import |
|
25 | 25 | hgext/convert/bzr.py not using absolute_import |
|
26 | hgext/convert/common.py not using absolute_import | |
|
27 | 26 | hgext/convert/cvs.py not using absolute_import |
|
28 | 27 | hgext/convert/transport.py not using absolute_import |
|
29 | 28 | hgext/eol.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now