diff options
author | jortel <devnull@localhost> | 2009-12-11 01:02:02 +0000 |
---|---|---|
committer | jortel <devnull@localhost> | 2009-12-11 01:02:02 +0000 |
commit | 947c48e82f3bc9f247cf7c8925d337260ed4659f (patch) | |
tree | 90fe0b13a159a5eb83f305d5b6f6efa15649d70b /suds/__init__.py | |
parent | 664b1b8509fcde4de50af3b387e8a865a93a3c1c (diff) | |
download | suds-947c48e82f3bc9f247cf7c8925d337260ed4659f.tar.gz |
Add autoblend feature (disabled by default). The feature (option) ensures that all schemas defined in the wsdl import each other. This feature remains experimental because I'm not sure of the side effects. We can enable by default if does not create any problems.
Diffstat (limited to 'suds/__init__.py')
-rw-r--r-- | suds/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suds/__init__.py b/suds/__init__.py index 8f8f48d..5215a9c 100644 --- a/suds/__init__.py +++ b/suds/__init__.py @@ -29,7 +29,7 @@ import sys # __version__ = '0.3.8' -__build__="(beta) R620-20091207" +__build__="(beta) R624-20091210" # # Exceptions |