fixing spaces lol

This commit is contained in:
brent s. 2020-08-03 23:35:53 -04:00
parent 76b6b43726
commit 66b891c1ec
Signed by: bts
GPG Key ID: 8C004C2F93481F6B

View File

@ -55,6 +55,7 @@ class DomainNetwork(object):
pass # TODO: confirm that network is removed so we can remove the time.sleep() below.
return(None)


class VMManager(object):
def __init__(self, netname, restart_guests = True, uri = _def_uri, *args, **kwargs):
self.netname = netname