1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Style fix.

This commit is contained in:
Michael DeHaan 2013-05-11 17:23:32 -04:00
parent 7af6a11a0c
commit 3d3a050648

View file

@ -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):