ProjectDjangoTagsMenu/IeCommentDialog.py

changeset 16
f2d493540f04
parent 10
ef5694c0bf3a
child 21
2f95d929282e
--- a/ProjectDjangoTagsMenu/IeCommentDialog.py	Sun Feb 16 16:02:44 2014 +0100
+++ b/ProjectDjangoTagsMenu/IeCommentDialog.py	Sun Feb 16 16:12:58 2014 +0100
@@ -1,5 +1,8 @@
 # -*- coding: utf-8 -*-
 
+# Copyright (c) 2014 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
 """
 Module implementing a dialog to enter data for an IE comment.
 """
@@ -21,7 +24,7 @@
         
         @param parent reference to the parent widget (QWidget)
         """
-        super().__init__(parent)
+        super(IeCommentDialog, self).__init__(parent)
         self.setupUi(self)
         
         for condStr, condData in [("==", ""), ("<=", " lte"), ("<", " lt"),

eric ide

mercurial