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

csinfo: use wildcard import for QtCore and QtGui

Changeset d18a38291044

Parent 1c5a01d6f5ed

by Yuki KODAMA

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

 
9
10
11
12
13
 
 
14
15
16
 
9
10
11
 
 
12
13
14
15
16
@@ -9,8 +9,8 @@
 import os  import binascii   -from PyQt4.QtCore import Qt, QSize, QString, pyqtSignal -from PyQt4.QtGui import QWidget, QLabel, QHBoxLayout, QPushButton +from PyQt4.QtCore import * +from PyQt4.QtGui import *    from mercurial import patch, util, error  from mercurial.node import hex