--- a/PluginManager/PluginExceptions.py Fri Jan 01 16:11:36 2010 +0000 +++ b/PluginManager/PluginExceptions.py Sat Jan 02 15:11:35 2010 +0000 @@ -26,7 +26,7 @@ @return string representing the error message """ - return unicode(self._errorMessage) + return str(self._errorMessage) def __str__(self): """