summaryrefslogtreecommitdiff
path: root/suds/__init__.py
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2009-12-11 01:02:02 +0000
committerjortel <devnull@localhost>2009-12-11 01:02:02 +0000
commit947c48e82f3bc9f247cf7c8925d337260ed4659f (patch)
tree90fe0b13a159a5eb83f305d5b6f6efa15649d70b /suds/__init__.py
parent664b1b8509fcde4de50af3b387e8a865a93a3c1c (diff)
downloadsuds-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__.py2
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