diff options
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): |