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

tag: use wildcard import for QtCore and QtGui

Changeset 51917d96c0b3

Parent efc5b265c275

by Yuki KODAMA

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

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