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

backout: use wildcard import for QtCore and QtGui

Changeset 940800dbd4d7

Parent 51917d96c0b3

by Yuki KODAMA

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

 
5
6
7
8
9
10
 
 
11
12
13
 
5
6
7
 
 
 
8
9
10
11
12
@@ -5,9 +5,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, QLabel -from PyQt4.QtGui import QCheckBox, QTextEdit, QTextEdit, QTextCursor +from PyQt4.QtCore import * +from PyQt4.QtGui import *    from mercurial import hg, ui