From 98cddcfd7f11e88ca9aa97d2b6a5fad5fb537f29 Mon Sep 17 00:00:00 2001 From: Joshua Boverhof Date: Mon, 27 Feb 2006 23:08:35 +0000 Subject: [PATCH] ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- --- XMLSchema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/XMLSchema.py b/XMLSchema.py index 6e299c1..034aaf8 100755 --- a/XMLSchema.py +++ b/XMLSchema.py @@ -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())