mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-24 06:51:19 +00:00
parent
3b70b4f217
commit
2977b1059e
@ -33,8 +33,8 @@ class VMwareGNS3VM(BaseGNS3VM):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
||||||
super().__init__()
|
|
||||||
self._engine = "vmware"
|
self._engine = "vmware"
|
||||||
|
super().__init__()
|
||||||
self._vmware_manager = VMware()
|
self._vmware_manager = VMware()
|
||||||
self._vmx_path = None
|
self._vmx_path = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user