Rename xml/config.xml to xml/install_cfg.xml

modified:   interface/ri_data.py
	modified:   interface/test_data.py
	modified:   main/setup
	modified:   text/ri_newt.py
	modified:   xml/dependency.xml
	renamed:    xml/config.xml -> xml/install_cfg.xml
This commit is contained in:
Peng Zhihui
2014-03-03 10:15:27 +08:00
parent 080f7776d7
commit cc0dd53024
6 changed files with 21816 additions and 6886 deletions

View File

@@ -38,7 +38,7 @@ MountPoint.to_xml(xmldoc2, root2)
Network.to_xml(xmldoc2, root2)
Group.to_xml(xmldoc2, root2)
#Group.to_xml(xmldoc2, root2)
xmldoc_cfg = minidom.parse('./config.xml')
xmldoc_cfg = minidom.parse('./install_cfg.xml')
root_cfg = xmldoc_cfg.firstChild
#Group.init_from_config_xml(root_cfg)
#Group.to_xml(xmldoc2, root2)