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

archive: use wildcard Qt import syntax

Changeset a975acb4422e

Parent dafa9163b3f7

by Johan Samyn

Changes to one file · Browse files at a975acb4422e Showing diff from parent dafa9163b3f7 Diff from another changeset...

 
16
17
18
19
20
21
22
 
 
23
24
25
26
27
28
29
30
31
32
33
 
16
17
18
 
 
 
 
19
20
21
22
23
24
25
26
 
 
27
28
29
@@ -16,18 +16,14 @@
   import os   -from PyQt4.QtCore import Qt, SIGNAL, SLOT, QObject -from PyQt4.QtGui import QDialog, QComboBox, QVBoxLayout, QGridLayout, QLabel -from PyQt4.QtGui import QLineEdit, QPushButton, QLayout, QRadioButton -from PyQt4.QtGui import QHBoxLayout, QFileDialog, QCheckBox +from PyQt4.QtCore import * +from PyQt4.QtGui import *    from mercurial import hg, error    from tortoisehg.hgqt.i18n import _  from tortoisehg.util import hglib, paths  from tortoisehg.hgqt import cmdui, qtlib -#import tortoisehg.hgqt # import connect -connect = QObject.connect    WD_PARENT = _('= Working Directory Parent =')