diff -r 139f182b72f6 -r 8b507a9a2d40 Plugins/CheckerPlugins/Pep8/Pep8Dialog.py --- a/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py Sun Mar 24 13:52:12 2013 +0100 +++ b/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py Mon Mar 25 03:11:06 2013 +0100 @@ -7,6 +7,8 @@ Module implementing a dialog to show the results of the PEP 8 check. """ +from __future__ import unicode_literals # __IGNORE_WARNING__ + import os import fnmatch @@ -42,7 +44,7 @@ @param parent reference to the parent widget (QWidget) """ - super().__init__(parent) + super(Pep8Dialog, self).__init__(parent) self.setupUi(self) self.statisticsButton = self.buttonBox.addButton(