diff --git a/suds/xsd/schema.py b/suds/xsd/schema.py index ed042c7..84d2292 100644 --- a/suds/xsd/schema.py +++ b/suds/xsd/schema.py @@ -49,6 +49,7 @@ class SchemaCollection(UnicodeMixin): @type children: [L{Schema},...] @ivar namespaces: A dictionary of contained schemas by namespace. @type namespaces: {str: L{Schema}} + """ def __init__(self, wsdl):