Browse Source

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

Modified Files:
 	XMLSchema.py -- removed bogus method setType in SimpleType class.

 ----------------------------------------------------------------------
main
Joshua Boverhof 21 years ago
parent
commit
245a116080
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      XMLSchema.py

+ 0
- 3
XMLSchema.py View File

@@ -2187,9 +2187,6 @@ class SimpleType(XMLSchemaComponent,\
self.content = None
self.attr_content = None

def setType(self, qname, namespace):
self.type = TypeDescriptionComponent(namespace, qname)
def fromDom(self, node):
self.setAttributes(node)
contents = self.getContents(node)


Loading…
Cancel
Save