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

serve: import Qt things by wildcard

Changeset 3b8fd17d8d36

Parent 830d648a4bcd

by Yuya Nishihara

Changes to one file · Browse files at 3b8fd17d8d36 Showing diff from parent 830d648a4bcd Diff from another changeset...

 
6
7
8
9
10
 
 
11
12
13
 
6
7
8
 
 
9
10
11
12
13
@@ -6,8 +6,8 @@
 # GNU General Public License version 2, incorporated herein by reference.    import sys, os, httplib, socket -from PyQt4.QtCore import Qt, pyqtSlot -from PyQt4.QtGui import QDialog, QSystemTrayIcon +from PyQt4.QtCore import * +from PyQt4.QtGui import *  from mercurial import extensions, hgweb, util  from tortoisehg.hgqt import cmdui, qtlib  from tortoisehg.hgqt.i18n import _