calvin-base
calvin-base copied to clipboard
BaseException.message used in tests.
As the title says.
/home/travis/build/EricssonResearch/calvin-base/calvin/tests/test_calvin.py:1416:
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
msg = str(e.message)