From: <bov...@us...> - 2011-11-21 17:58:40
|
Revision: 1500 http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1500&view=rev Author: boverhof Date: 2011-11-21 17:58:29 +0000 (Mon, 21 Nov 2011) Log Message: ----------- M XMLSchema.py -- forget to commit Modified Paths: -------------- trunk/wstools/XMLSchema.py Modified: trunk/wstools/XMLSchema.py =================================================================== --- trunk/wstools/XMLSchema.py 2011-11-18 00:37:13 UTC (rev 1499) +++ trunk/wstools/XMLSchema.py 2011-11-21 17:58:29 UTC (rev 1500) @@ -1211,6 +1211,7 @@ slocd[import_ns] = schema try: tp.loadSchema(schema) + """ except NoSchemaLocationWarning, ex: # Dependency declaration, hopefully implementation # is aware of this namespace (eg. SOAP,WSDL,?) @@ -1219,6 +1220,8 @@ del slocd[import_ns] continue except SchemaError, ex: + """ + except (NoSchemaLocationWarning,SchemaError), ex: #warnings.warn(\ # '<import namespace="%s" schemaLocation=?>, %s'\ # %(import_ns, 'failed to load schema instance') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |