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

archive: remove unused imports

Changeset 186c04c7aef7

Parent edeed2d7c7cc

by Yuki KODAMA

Changes to one file · Browse files at 186c04c7aef7 Showing diff from parent edeed2d7c7cc Diff from another changeset...

 
21
22
23
24
 
25
26
27
 
28
29
30
 
21
22
23
 
24
25
26
 
27
28
29
30
@@ -21,10 +21,10 @@
   import os   -from PyQt4.QtCore import Qt, SIGNAL, SLOT, QObject, QString, SIGNAL +from PyQt4.QtCore import Qt, SIGNAL, SLOT, QObject  from PyQt4.QtGui import QDialog, QComboBox, QVBoxLayout, QGridLayout, QLabel  from PyQt4.QtGui import QLineEdit, QPushButton, QLayout, QRadioButton -from PyQt4.QtGui import QHBoxLayout, QMessageBox, QIcon, QPixmap, QFileDialog +from PyQt4.QtGui import QHBoxLayout, QIcon, QPixmap, QFileDialog  from PyQt4.QtGui import QCheckBox, QButtonGroup    from mercurial import hg, error