eric6/QScintilla/Exporters/ExporterBase.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
--- a/eric6/QScintilla/Exporters/ExporterBase.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/QScintilla/Exporters/ExporterBase.py	Sat Apr 10 18:38:27 2021 +0200
@@ -25,7 +25,7 @@
         @param editor reference to the editor object (QScintilla.Editor.Editor)
         @param parent parent object of the exporter (QObject)
         """
-        super(ExporterBase, self).__init__(parent)
+        super().__init__(parent)
         self.editor = editor
     
     def _getFileName(self, fileFilter):

eric ide

mercurial