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

qtlib: remove unused import

Changeset 3c29bfcb9e71

Parent e87440caa0a7

by Steve Borho

Changes to one file · Browse files at 3c29bfcb9e71 Showing diff from parent e87440caa0a7 Diff from another changeset...

 
9
10
11
12
 
13
14
15
 
9
10
11
 
12
13
14
15
@@ -9,7 +9,7 @@
 from mercurial import extensions    from tortoisehg.hgqt.i18n import _ -from hgext.color import _styles, mode +from hgext.color import _styles  # _styles maps from ui labels to effects  # _effects maps an effect to font style properties. We define a limited  # set of _effects, since we convert color effect names to font style