Helpviewer/HelpDocsInstaller.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
equal deleted inserted replaced
1109:9552b5e16a07 1112:8a7d1b9d18db
6 """ 6 """
7 Module implementing a thread class populating and updating the QtHelp 7 Module implementing a thread class populating and updating the QtHelp
8 documentation database. 8 documentation database.
9 """ 9 """
10 10
11 from PyQt4.QtCore import * 11 from PyQt4.QtCore import pyqtSignal, QThread, qVersion, Qt, QMutex, QDateTime, QDir, \
12 from PyQt4.QtGui import * 12 QLibraryInfo, QFileInfo
13 from PyQt4.QtHelp import QHelpEngineCore 13 from PyQt4.QtHelp import QHelpEngineCore
14 14
15 from eric5config import getConfig 15 from eric5config import getConfig
16 16
17 17

eric ide

mercurial