E4Gui/E4Action.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
--- a/E4Gui/E4Action.py	Fri Jan 01 16:11:36 2010 +0000
+++ b/E4Gui/E4Action.py	Sat Jan 02 15:11:35 2010 +0000
@@ -22,7 +22,7 @@
         """
         Constructor
         """
-        self.errorMessage = unicode(error)
+        self.errorMessage = str(error)
         
     def __repr__(self):
         """
@@ -30,7 +30,7 @@
         
         @return string representing the error message
         """
-        return unicode(self.errorMessage)
+        return str(self.errorMessage)
         
     def __str__(self):
         """

eric ide

mercurial