Convert exception.message -> exception.args[0] for Python 3 compatibility.
authorW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 13:48:09 +0000 (09:48 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 13:48:09 +0000 (09:48 -0400)
commit4776df191fd24648ba06aca82725da04dff5eccd
treef7a4368afc4cb1fd60351ba270b50947d23b30dc
parent5a636a00a0ce1edc560711bbfaf10726afbcdb25
Convert exception.message -> exception.args[0] for Python 3 compatibility.

Python 3 exceptions no longer have a .message attribute.
igor/igorpy.py