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

remove unused import

Changeset b8112170c489

Parent b6c699c6a184

by Yuki KODAMA

Changes to 3 files · Browse files at b8112170c489 Showing diff from parent b6c699c6a184 Diff from another changeset...

 
17
18
19
20
 
21
22
23
 
17
18
19
 
20
21
22
23
@@ -17,7 +17,7 @@
   from tortoisehg.util import hglib, paths  from tortoisehg.hgqt.i18n import _ -from tortoisehg.hgqt import qtlib, icon +from tortoisehg.hgqt import qtlib    PANEL_DEFAULT = ('rev', 'summary', 'user', 'dateage', 'branch', 'tags',   'transplant', 'p4', 'svn')
 
29
30
31
32
33
34
35
 
29
30
31
 
32
33
34
@@ -29,7 +29,6 @@
   from tortoisehg.util.util import tounicode   -from tortoisehg.hgqt import icon as geticon  from tortoisehg.hgqt.dialogmixin import HgDialogMixin  from tortoisehg.hgqt.manifestmodel import ManifestModel  from tortoisehg.hgqt.lexers import get_lexer
 
15
16
17
18
19
20
21
 
15
16
17
 
18
19
20
@@ -15,7 +15,6 @@
   from tortoisehg.util import hglib  from tortoisehg.hgqt.i18n import _ -from tortoisehg.hgqt import icon as geticon  from hgext.color import _styles    qsci = Qsci.QsciScintilla