--- a/Helpviewer/HelpIndexWidget.py Sat Jun 04 11:53:15 2011 +0200 +++ b/Helpviewer/HelpIndexWidget.py Sun Jun 05 18:25:36 2011 +0200 @@ -7,8 +7,8 @@ Module implementing a window for showing the QtHelp index. """ -from PyQt4.QtCore import * -from PyQt4.QtGui import * +from PyQt4.QtCore import pyqtSignal, Qt, QUrl, QEvent +from PyQt4.QtGui import QWidget, QVBoxLayout, QLabel, QLineEdit, QMenu, QDialog from .HelpTopicDialog import HelpTopicDialog