mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 23:31:37 +08:00
9326a732a4
Python 3 removes the `.message` attribute, so use `str` instead. Also, the divide by zero message has changed slightly between versions, so just check for the exception type, instead of also checking the message.