fixing spaces lol
This commit is contained in:
parent
76b6b43726
commit
66b891c1ec
@ -55,6 +55,7 @@ class DomainNetwork(object):
|
|||||||
pass # TODO: confirm that network is removed so we can remove the time.sleep() below.
|
pass # TODO: confirm that network is removed so we can remove the time.sleep() below.
|
||||||
return(None)
|
return(None)
|
||||||
|
|
||||||
|
|
||||||
class VMManager(object):
|
class VMManager(object):
|
||||||
def __init__(self, netname, restart_guests = True, uri = _def_uri, *args, **kwargs):
|
def __init__(self, netname, restart_guests = True, uri = _def_uri, *args, **kwargs):
|
||||||
self.netname = netname
|
self.netname = netname
|
||||||
|
Loading…
Reference in New Issue
Block a user