THRIFT-824. py: TApplicationException.__str__() refers to class constants as globals
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 00:36:18 +0000 (00:36 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 00:36:18 +0000 (00:36 +0000)
commit686d92ce66c100e8fc9671ea8a021aca21adc5cf
treec9c10802c6e9cd3baa756447ce48ecb77cec0e2a
parente02d6118bfe00f74fec801efcb677ef17dfe928e
THRIFT-824. py: TApplicationException.__str__() refers to class constants as globals

Refer to constants via 'self'.

Patch: Peter Schuller

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991781 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/Thrift.py