xmlclass/__init__.py
changeset 1124 b1705000eba1
parent 814 5743cbdff669
child 1290 13ee5f4ab612
equal deleted inserted replaced
1123:55ed55ef7aea 1124:b1705000eba1
    22 #License along with this library; if not, write to the Free Software
    22 #License along with this library; if not, write to the Free Software
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24 
    24 
    25 # Package initialisation
    25 # Package initialisation
    26 
    26 
    27 from xmlclass import ClassFactory, GenerateClasses, GetAttributeValue, time_model, CreateNode, NodeSetAttr, NodeRenameAttr
    27 from xmlclass import ClassFactory, GenerateClasses, GetAttributeValue, time_model, CreateNode, NodeSetAttr, NodeRenameAttr, UpdateXMLClassGlobals
    28 from xsdschema import XSDClassFactory, GenerateClassesFromXSD, GenerateClassesFromXSDstring
    28 from xsdschema import XSDClassFactory, GenerateClassesFromXSD, GenerateClassesFromXSDstring