ConfigTreeNode.py
changeset 1722 89824afffef2
parent 1581 2295fdc5c271
child 1730 64d8f52bc8c8
equal deleted inserted replaced
1721:42f64435d740 1722:89824afffef2
    51             </xsd:complexType>
    51             </xsd:complexType>
    52           </xsd:element>
    52           </xsd:element>
    53         </xsd:schema>""")
    53         </xsd:schema>""")
    54 
    54 
    55 NameTypeSeparator = '@'
    55 NameTypeSeparator = '@'
    56 XSDSchemaErrorMessage = _("{a1} XML file doesn't follow XSD schema at line %{a2}:\n{a3}")
    56 XSDSchemaErrorMessage = _("{a1} XML file doesn't follow XSD schema at line {a2}:\n{a3}")
    57 
    57 
    58 class ConfigTreeNode:
    58 class ConfigTreeNode:
    59     """
    59     """
    60     This class is the one that define confnodes.
    60     This class is the one that define confnodes.
    61     """
    61     """