CodeFileTreeNode.py
changeset 1831 56b48961cc68
parent 1782 5b6ad7a7fd9d
child 1837 c507c363625e
equal deleted inserted replaced
1830:e598d1acf354 1831:56b48961cc68
    81 </xsd:schema>"""
    81 </xsd:schema>"""
    82 
    82 
    83 SECTION_TAG_ELEMENT = "<xsd:element name=\"%s\" type=\"CodeText\"/>"
    83 SECTION_TAG_ELEMENT = "<xsd:element name=\"%s\" type=\"CodeText\"/>"
    84 
    84 
    85 
    85 
    86 class CodeFile:
    86 class CodeFile(object):
    87 
    87 
    88     CODEFILE_NAME = "CodeFile"
    88     CODEFILE_NAME = "CodeFile"
    89     SECTIONS_NAMES = []
    89     SECTIONS_NAMES = []
    90 
    90 
    91     def __init__(self):
    91     def __init__(self):