For the recored,the error correction

This commit is contained in:
hugang
2010-10-15 16:06:50 +08:00
parent dfd55b58e9
commit 4db9f7c1dd
7 changed files with 81 additions and 57 deletions

View File

@@ -629,7 +629,8 @@ p_node - xml node (parent node)'''
srvs.appendChild(srv)
p_node.appendChild(srvs)
def install_information():
def prepar_installation():
'''create file called 'intall.xml',which contains the information about the installation'''
to_xml()
xmldoc = minidom.parse(install_xml)
root = xmldoc.firstChild