--- a/VCS/RepositoryInfoDialog.py Sun Jun 19 17:50:39 2011 +0200 +++ b/VCS/RepositoryInfoDialog.py Sun Jun 19 19:36:27 2011 +0200 @@ -17,6 +17,6 @@ Class implemting a dialog to show repository information. """ def __init__(self, parent, info): - QDialog.__init__(self, parent) + super().__init__(parent) self.setupUi(self) self.infoBrowser.setHtml(info)