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