From fd9f339b945dee2a354ad0f5cdab3bb62c1cb362 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:10:11 +0000 Subject: [project @ fpeters@0d.be-20080408141937-9ge86l4vyec39lsz] merging damien branch Original author: Frederic Peters Date: 2008-04-08 16:19:37.055000+02:00 --- bindings/lang_python.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings/lang_python.py') 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): -- cgit