--- a/Helpviewer/QtHelpFiltersDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Helpviewer/QtHelpFiltersDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -13,11 +13,12 @@ from .Ui_QtHelpFiltersDialog import Ui_QtHelpFiltersDialog + class QtHelpFiltersDialog(QDialog, Ui_QtHelpFiltersDialog): """ Class implementing a dialog to manage the QtHelp filters """ - def __init__(self, engine, parent = None): + def __init__(self, engine, parent=None): """ Constructor @@ -163,4 +164,4 @@ self.__engine.setupData() - self.accept() \ No newline at end of file + self.accept()