Helpviewer/HelpDocsInstaller.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
--- a/Helpviewer/HelpDocsInstaller.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/Helpviewer/HelpDocsInstaller.py	Sun Jun 05 18:25:36 2011 +0200
@@ -8,8 +8,8 @@
 documentation database.
 """
 
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from PyQt4.QtCore import pyqtSignal, QThread, qVersion, Qt, QMutex, QDateTime, QDir, \
+    QLibraryInfo, QFileInfo
 from PyQt4.QtHelp import QHelpEngineCore
 
 from eric5config import getConfig

eric ide

mercurial