Commit dff0168f by tarokkk

fixed syntax error try:

parent 263abdbe
......@@ -47,7 +47,7 @@ xml_sample = '''
if connection == None:
print "Fail to connect to libvirt daemon."
sys.exit(1)
try
try:
names = connection.listDefinedDomains()
print names
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