ProjectDjangoTagsMenu/TimezoneSelectionDialog.py

changeset 52
c264091162a2
parent 51
29c461f7bea0
child 55
5390ef66c327
diff -r 29c461f7bea0 -r c264091162a2 ProjectDjangoTagsMenu/TimezoneSelectionDialog.py
--- a/ProjectDjangoTagsMenu/TimezoneSelectionDialog.py	Wed Dec 30 11:02:07 2020 +0100
+++ b/ProjectDjangoTagsMenu/TimezoneSelectionDialog.py	Sat Apr 24 11:43:22 2021 +0200
@@ -514,7 +514,7 @@
         
         @param parent reference to the parent widget (QWidget)
         """
-        super(TimezoneSelectionDialog, self).__init__(parent)
+        super().__init__(parent)
         self.setupUi(self)
         
         self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)

eric ide

mercurial