diff -r 385f60c94548 -r 7c09585bd960 eric6/Templates/TemplateMultipleVariablesDialog.py --- a/eric6/Templates/TemplateMultipleVariablesDialog.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/Templates/TemplateMultipleVariablesDialog.py Sat Apr 10 18:38:27 2021 +0200 @@ -25,7 +25,7 @@ @param variables list of template variable names (list of strings) @param parent parent widget of this dialog (QWidget) """ - super(TemplateMultipleVariablesDialog, self).__init__(parent) + super().__init__(parent) self.TemplateMultipleVariablesDialogLayout = QVBoxLayout(self) self.TemplateMultipleVariablesDialogLayout.setContentsMargins(