--- a/Helpviewer/HelpDocsInstaller.py Sun Mar 24 13:52:12 2013 +0100 +++ b/Helpviewer/HelpDocsInstaller.py Mon Mar 25 03:11:06 2013 +0100 @@ -8,6 +8,8 @@ documentation database. """ +from __future__ import unicode_literals # __IGNORE_WARNING__ + from PyQt4.QtCore import pyqtSignal, QThread, Qt, QMutex, QDateTime, QDir, \ QLibraryInfo, QFileInfo from PyQt4.QtHelp import QHelpEngineCore @@ -33,7 +35,7 @@ @param collection full pathname of the collection file (string) """ - super().__init__() + super(HelpDocsInstaller, self).__init__() self.__abort = False self.__collection = collection