]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix BaseException.message DeprecationWarning
authorSteven Hardy <shardy@redhat.com>
Wed, 19 Jun 2013 13:27:00 +0000 (14:27 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 20 Jun 2013 13:29:11 +0000 (14:29 +0100)
commitfd94427398457601364409f4456c9c093aae78c1
tree65c649be914df73511ceb392b86fdfd05aa962ce
parentce4e39d615def9f1181242a168445e8958321c27
Fix BaseException.message DeprecationWarning

https://review.openstack.org/#/c/32154/ introduces a deprecated
TypeError.message reference, which won't work in python3 and
causes a DeprecationWarning to be output on >= python 2.6

Change-Id: Ibd11d4ad6b82e96ede8f38fe76112bd71e98c5c9
heat/common/wsgi.py