Commit dff0168f by tarokkk

fixed syntax error try:

parent 263abdbe
...@@ -47,7 +47,7 @@ xml_sample = ''' ...@@ -47,7 +47,7 @@ xml_sample = '''
if connection == None: if connection == None:
print "Fail to connect to libvirt daemon." print "Fail to connect to libvirt daemon."
sys.exit(1) sys.exit(1)
try try:
names = connection.listDefinedDomains() names = connection.listDefinedDomains()
print names print names
connection.defineXML(xml_sample) connection.defineXML(xml_sample)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment