Remove deprecated BaseException.message in favor of unicode(e)

This commit is contained in:
dmiller 2013-10-28 18:49:53 +00:00
parent 3c25938d89
commit 00798ff53b

View file

@ -232,7 +232,7 @@ def install_excepthook():
secondary_text=_("""\
A required module was not found.
""" + value.message))
""" + unicode(value)))
d.run()
d.destroy()
else: