diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:11 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:11 +0000 |
commit | fd9f339b945dee2a354ad0f5cdab3bb62c1cb362 (patch) | |
tree | 9ada47e0ebc6b2d595941942d11c55abecc41e31 /bindings/lang_python.py | |
parent | 09f8d3af90ff87434aff3c024fe71fce6edf7284 (diff) | |
download | lasso-fd9f339b945dee2a354ad0f5cdab3bb62c1cb362.tar.gz lasso-fd9f339b945dee2a354ad0f5cdab3bb62c1cb362.tar.xz lasso-fd9f339b945dee2a354ad0f5cdab3bb62c1cb362.zip |
[project @ fpeters@0d.be-20080408141937-9ge86l4vyec39lsz]
merging damien branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-04-08 16:19:37.055000+02:00
Diffstat (limited to 'bindings/lang_python.py')
-rw-r--r-- | bindings/lang_python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/lang_python.py b/bindings/lang_python.py index 928051fb..788c77f0 100644 --- a/bindings/lang_python.py +++ b/bindings/lang_python.py @@ -216,6 +216,7 @@ if WSF_SUPPORT: InteractionProfileService.buildRequestMsg = InteractionProfileService.buildSoapRequestMsg InteractionProfileService.buildResponseMsg = InteractionProfileService.buildSoapResponseMsg DataService.buildRequestMsg = DataService.buildSoapRequestMsg + DiscoModifyResponse.newEntryIds = DiscoModifyResponse.newEntryIDs ''' def generate_constants(self, fd): |