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

status: use global imports

Changeset c9295981642d

Parent 5cda7b598007

by Steve Borho

Changes to one file · Browse files at c9295981642d Showing diff from parent 5cda7b598007 Diff from another changeset...

 
13
14
15
16
17
18
19
20
21
22
 
 
23
24
25
 
13
14
15
 
 
 
 
 
 
 
16
17
18
19
20
@@ -13,13 +13,8 @@
 from tortoisehg.util import paths, hglib  from tortoisehg.hgqt.i18n import _   -from PyQt4.QtCore import Qt, QVariant, SIGNAL, SLOT, QAbstractTableModel -from PyQt4.QtCore import QObject, QEvent, QMimeData, QUrl, QString, QSettings -from PyQt4.QtCore import QTime -from PyQt4.QtGui import QWidget, QVBoxLayout, QSplitter, QTreeView, QLineEdit -from PyQt4.QtGui import QTextEdit, QFont, QColor, QDrag, QApplication -from PyQt4.QtGui import QFrame, QHBoxLayout, QLabel, QPushButton, QMenu -from PyQt4.QtGui import QIcon, QPixmap, QToolButton, QDialog, QStatusBar +from PyQt4.QtCore import * +from PyQt4.QtGui import *    # This widget can be used as the basis of the commit tool or any other  # working copy browser.