--- 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"),