ProjectDjangoTagsMenu/IeCommentDialog.py

changeset 26
b21b4fc418bc
parent 23
070a6c65c8a9
child 30
4ff7495f67b1
--- a/ProjectDjangoTagsMenu/IeCommentDialog.py	Sat Apr 26 16:16:18 2014 +0200
+++ b/ProjectDjangoTagsMenu/IeCommentDialog.py	Fri Jul 11 19:25:03 2014 +0200
@@ -9,7 +9,7 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtGui import QDialog
+from PyQt5.QtWidgets import QDialog
 
 from .Ui_IeCommentDialog import Ui_IeCommentDialog
 
@@ -47,7 +47,7 @@
     @staticmethod
     def getTag(selectedText):
         """
-        Static method to get the formatted tag.
+        Public static method to get the formatted tag.
         
         @param selectedText selected text to embed (string)
         @return formatted tag (string) and  a flag indicating the acceptance

eric ide

mercurial