diff -r 3e9f0330f833 -r 7781e396c903 Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py --- a/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py Sun Jun 19 19:36:27 2011 +0200 @@ -29,7 +29,7 @@ @param dictionary with the statistical data @param parent reference to the parent widget (QWidget) """ - QDialog.__init__(self, parent) + super().__init__(parent) self.setupUi(self) stats = statistics.copy()