Attribute mac address

This commit is contained in:
Julien Duponchelle
2015-01-22 16:12:21 +01:00
parent 08b2dc6369
commit 6644c640db
5 changed files with 101 additions and 9 deletions

View File

@ -49,13 +49,6 @@ class BaseManager:
cls._instance = cls()
return cls._instance
def __del__(self):
self.destroy()
def destroy():
"""Cleanup the VMS. Call this before closing the server"""
cls._instance()
@property
def module_name(self):
"""