Browse Source

----------------------------------------------------------------------

Modified Files:
 	ZSI/generate/containers.py
        ZSI/generate/wsdl2python.py
        -- fix for bug 1420662, restriction of anyType.

        test/wsdl2py/test_OpcDaGateway.py
        -- prepended "hangs_" to a couple test_ methods that hang now.

 	ZSI/wstools/XMLSchema.py
        -- removed a comment
 ----------------------------------------------------------------------
main
Joshua Boverhof 19 years ago
parent
commit
98cddcfd7f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      XMLSchema.py

+ 0
- 1
XMLSchema.py View File

@@ -575,7 +575,6 @@ class XMLSchemaComponent(XMLBase, MarkerInterface):
collection -- collection in parent Schema instance to search.
"""
obj = None
#tdc = self.attributes.get(attribute)
tdc = self.getAttributeQName(attribute)
if tdc:
obj = self.getSchemaItem(collection, tdc.getTargetNamespace(), tdc.getName())


Loading…
Cancel
Save