diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:09:23 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:09:23 +0000 |
| commit | abfa9ae0aa417842df45f964305114a3fb186286 (patch) | |
| tree | ad7ba14f72622e07c429340abb4b731d80401c0b | |
| parent | 6890ff4090efe0a36d7e04b62dbb84a6c0e19009 (diff) | |
[project @ fpeters@0d.be-20080405204919-zlk32ehqmftfwh0c]
backward compat for registerIdWsf2DstService
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-04-05 22:49:19.113000+02:00
| -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 fbe31fcf..daceafed 100644 --- a/bindings/lang_python.py +++ b/bindings/lang_python.py @@ -211,6 +211,7 @@ MiscTextNode.text_child = MiscTextNode.textChild NodeList = list StringList = list StringDict = dict +registerIdWsf2DstService = registerIdwsf2DstService if WSF_SUPPORT: DiscoDescription_newWithBriefSoapHttpDescription = DiscoDescription.newWithBriefSoapHttpDescription |
