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

thread: fix class name typo

Changeset 19030cea9250

Parent 6480a197182f

by Yuki KODAMA

Changes to one file · Browse files at 19030cea9250 Showing diff from parent 6480a197182f Diff from another changeset...

 
142
143
144
145
 
146
147
148
 
142
143
144
 
145
146
147
148
@@ -142,7 +142,7 @@
  commandFinished = pyqtSignal(DataWrapper)     def __init__(self, cmdline, parent=None): - super(QThread, self).__init__(None) + super(CmdThread, self).__init__()     self.cmdline = cmdline   self.parent = parent