summaryrefslogtreecommitdiff
path: root/suds/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'suds/__init__.py')
-rw-r--r--suds/__init__.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/suds/__init__.py b/suds/__init__.py
index ec16846..e3f2db4 100644
--- a/suds/__init__.py
+++ b/suds/__init__.py
@@ -15,10 +15,8 @@
# written by: Jeff Ortel ( jortel@redhat.com )
"""
-Suds is a lightweight SOAP python client that provides a service proxy
-for Web Services.
-@var properties: Library properties.
-@type properties: dict
+Suds is a lightweight SOAP python client that provides a
+service proxy for Web Services.
"""
import os
@@ -29,7 +27,7 @@ import sys
#
__version__ = '0.3.9'
-__build__="(beta) R634-20100105"
+__build__="(beta) R637-20100112"
#
# Exceptions