Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

commit: remove unused imports

Changeset fc580688be73

Parent edfc292e5eea

by Yuya Nishihara

Changes to one file · Browse files at fc580688be73 Showing diff from parent edfc292e5eea Diff from another changeset...

 
7
8
9
10
11
 
12
13
14
15
16
17
18
 
19
20
 
21
22
23
 
7
8
9
 
 
10
11
12
13
14
15
16
 
17
18
 
19
20
21
22
@@ -7,17 +7,16 @@
   import os   -from mercurial import hg, ui, cmdutil, util, dispatch, error -from mercurial.node import short as short_hex +from mercurial import ui, util, error    from PyQt4.QtCore import *  from PyQt4.QtGui import *  from PyQt4.Qsci import QsciScintilla, QsciAPIs, QsciLexerMakefile    from tortoisehg.hgqt.i18n import _ -from tortoisehg.util import hglib, shlib, paths, wconfig +from tortoisehg.util import hglib, shlib, wconfig   -from tortoisehg.hgqt import qtlib, status, cmdui, branchop, revpanel, lexers +from tortoisehg.hgqt import qtlib, status, cmdui, branchop, revpanel  from tortoisehg.hgqt.sync import loadIniFile    # Technical Debt for CommitWidget