##// END OF EJS Templates
convert: cvsps use absolute_import
timeless -
r28369:71176606 default
parent child Browse files
Show More
@@ -4,13 +4,17 b''
4 #
4 #
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 from __future__ import absolute_import
7
8
9 import cPickle as pickle
8 import os
10 import os
9 import re
11 import re
10 import cPickle as pickle
12
13 from mercurial import (
14 hook,
15 util,
16 )
11 from mercurial.i18n import _
17 from mercurial.i18n import _
12 from mercurial import hook
13 from mercurial import util
14
18
15 class logentry(object):
19 class logentry(object):
16 '''Class logentry has the following attributes:
20 '''Class logentry has the following attributes:
@@ -29,7 +29,6 b''
29 hgext/convert/common.py not using absolute_import
29 hgext/convert/common.py not using absolute_import
30 hgext/convert/convcmd.py not using absolute_import
30 hgext/convert/convcmd.py not using absolute_import
31 hgext/convert/cvs.py not using absolute_import
31 hgext/convert/cvs.py not using absolute_import
32 hgext/convert/cvsps.py not using absolute_import
33 hgext/convert/hg.py not using absolute_import
32 hgext/convert/hg.py not using absolute_import
34 hgext/convert/monotone.py not using absolute_import
33 hgext/convert/monotone.py not using absolute_import
35 hgext/convert/p4.py not using absolute_import
34 hgext/convert/p4.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now