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

tag: remove unused import

Changeset 6d9b7510aac8

Parent 6192aa5ad61c

by Yuki KODAMA

Changes to one file · Browse files at 6d9b7510aac8 Showing diff from parent 6192aa5ad61c Diff from another changeset...

 
18
19
20
21
 
22
23
24
 
18
19
20
 
21
22
23
24
@@ -18,7 +18,7 @@
 from tortoisehg.util import hglib, paths, i18n  from tortoisehg.hgqt.qtlib import getpixmap  from tortoisehg.hgqt.i18n import _ -from tortoisehg.hgqt import cmdui, qtlib +from tortoisehg.hgqt import qtlib    keep = i18n.keepgettext()