##// END OF EJS Templates
remove unused imports
timeless -
r14139:4e5a36ee default
parent child Browse files
Show More
@@ -100,7 +100,7 b' disable color.'
100 100
101 101 '''
102 102
103 import os, sys
103 import os
104 104
105 105 from mercurial import commands, dispatch, extensions, ui as uimod, util
106 106 from mercurial.i18n import _
@@ -7,7 +7,7 b''
7 7
8 8 from common import NoRepo, checktool, commandline, commit, converter_source
9 9 from mercurial.i18n import _
10 from mercurial import encoding, util
10 from mercurial import util
11 11 import os, shutil, tempfile, re
12 12
13 13 # The naming drift of ElementTree is fun!
@@ -17,7 +17,7 b' from mercurial.commands import templateo'
17 17 from mercurial.i18n import _
18 18 from mercurial.node import nullrev
19 19 from mercurial import cmdutil, commands, extensions
20 from mercurial import hg, scmutil, util, graphmod
20 from mercurial import hg, util, graphmod
21 21
22 22 ASCIIDATA = 'ASC'
23 23
@@ -47,7 +47,6 b' import sys'
47 47 import time
48 48
49 49 from mercurial.i18n import _
50 from mercurial import util
51 50
52 51 def spacejoin(*args):
53 52 return ' '.join(s for s in args if s)
General Comments 0
You need to be logged in to leave comments. Login now