THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill
authorDavid Reiss <dreiss@apache.org>
Wed, 28 Oct 2009 17:07:14 +0000 (17:07 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 28 Oct 2009 17:07:14 +0000 (17:07 +0000)
commit034c49f0fcf95f13982de528f19760f5ed01617e
tree99f43208fcd90ef32a501f7aff788fcb526ec06f
parent73380097e1afa0e8ea94eb40f6c17c8065f022ba
THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill

readFrame was being called without "self."

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