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

quickbar: remove unused import

Changeset 67a99f3a82f8

Parent ca01a792782f

by Steve Borho

Changes to one file · Browse files at 67a99f3a82f8 Showing diff from parent ca01a792782f Diff from another changeset...

 
24
25
26
27
28
29
30
 
24
25
26
 
27
28
29
@@ -24,7 +24,6 @@
   from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt.qtlib import geticon -from tortoisehg.hgqt import fileview    class QuickBar(QToolBar):   def __init__(self, name, key, desc=None, parent=None):