Commit 3d3a0506 by Michael DeHaan

Style fix.

parent 7af6a11a
...@@ -106,7 +106,8 @@ VIRT_STATE_NAME_MAP = { ...@@ -106,7 +106,8 @@ VIRT_STATE_NAME_MAP = {
6 : "crashed" 6 : "crashed"
} }
class VMNotFound(Exception): pass class VMNotFound(Exception):
pass
class LibvirtConnection(object): class LibvirtConnection(object):
......
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 to comment