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

hgemail: import Qt things by wildcard

Changeset 830d648a4bcd

Parent c710f424a20b

by Yuya Nishihara

Changes to one file · Browse files at 830d648a4bcd Showing diff from parent c710f424a20b 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, tempfile, re  from StringIO import StringIO -from PyQt4.QtCore import Qt, pyqtSlot, QAbstractTableModel, QVariant, QModelIndex -from PyQt4.QtGui import QDialog +from PyQt4.QtCore import * +from PyQt4.QtGui import *  from mercurial import hg, error, extensions, util, cmdutil  from tortoisehg.util import hglib, paths  from tortoisehg.hgqt.i18n import _