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 c205be2ff022

Parent 13c6390e53cf

by Yuki KODAMA

Changes to one file · Browse files at c205be2ff022 Showing diff from parent 13c6390e53cf Diff from another changeset...

 
24
25
26
27
28
 
29
30
31
 
24
25
26
 
 
27
28
29
30
@@ -24,8 +24,7 @@
 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, QIcon, QPixmap, QFileDialog -from PyQt4.QtGui import QCheckBox, QButtonGroup +from PyQt4.QtGui import QHBoxLayout, QFileDialog, QCheckBox    from mercurial import hg, error