Let localname for Components be optional

This commit is contained in:
Faik Uygur
2009-12-15 08:30:27 +00:00
parent de89e8d435
commit 0e6bdf6777
+1 -1
View File
@@ -61,7 +61,7 @@ class Component(xmlfile.XmlFile):
# LocalName for system.base could be sistem.taban or "Taban Sistem",
# this could be useful for GUIs
t_LocalName = [autoxml.LocalText, autoxml.mandatory]
t_LocalName = [autoxml.LocalText, autoxml.optional]
# Information about the component
t_Summary = [autoxml.LocalText, autoxml.mandatory]