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

clone: use wildcard import for QtCore and QtGui

Changeset 1c5a01d6f5ed

Parent 940800dbd4d7

by Yuki KODAMA

Changes to one file · Browse files at 1c5a01d6f5ed Showing diff from parent 940800dbd4d7 Diff from another changeset...

 
9
10
11
12
13
14
15
 
 
16
17
18
 
9
10
11
 
 
 
 
12
13
14
15
16
@@ -9,10 +9,8 @@
   import os   -from PyQt4.QtCore import Qt -from PyQt4.QtGui import QDialog, QDialogButtonBox, QVBoxLayout, QGridLayout -from PyQt4.QtGui import QComboBox, QPushButton, QLabel, QLayout, QCheckBox -from PyQt4.QtGui import QHBoxLayout, QLineEdit, QMessageBox +from PyQt4.QtCore import * +from PyQt4.QtGui import *    from mercurial import ui