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

update: use wildcard import for QtCore and QtGui

Changeset efc5b265c275

Parent 56f70d1a40e4

by Yuki KODAMA

Changes to one file · Browse files at efc5b265c275 Showing diff from parent 56f70d1a40e4 Diff from another changeset...

 
7
8
9
10
11
12
 
 
13
14
15
 
7
8
9
 
 
 
10
11
12
13
14
@@ -7,9 +7,8 @@
 # This software may be used and distributed according to the terms of the  # GNU General Public License version 2, incorporated herein by reference.   -from PyQt4.QtCore import Qt, pyqtSignal -from PyQt4.QtGui import QDialog, QDialogButtonBox, QVBoxLayout, QGridLayout -from PyQt4.QtGui import QComboBox, QLabel, QLayout, QCheckBox, QMessageBox +from PyQt4.QtCore import * +from PyQt4.QtGui import *    from mercurial import hg, ui, error