--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat Apr 10 18:38:27 2021 +0200 @@ -75,7 +75,7 @@ @param parent parent widget @type QWidget """ - super(HgLogBrowserDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) windowFlags = self.windowFlags() @@ -446,7 +446,7 @@ self.__restoreSplitterStates() self.__resetUI() - super(HgLogBrowserDialog, self).show() + super().show() def __reloadGeometry(self): """