Misc (re #1068): fixed python test lib inc_sip.py, wrong member name refered in RecvfromTransaction initialization.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3194 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2010-06-03 02:58:23 +00:00
parent dfe1be2189
commit 160a692a7a
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class RecvfromTransaction:
self.exclude = exclude
self.resp_code = resp_code
self.resp_hdr = resp_hdr
self.resp_body = resp_body
self.body = resp_body
self.expect = expect