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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user