OpenSecurity/bin/vmmanager.py
changeset 35 ba1ca3e5870b
parent 34 fe5fb244f008
parent 33 79ed9495fa88
child 36 cc6abcf9108b
     1.1 --- a/OpenSecurity/bin/vmmanager.py	Tue Dec 10 14:50:14 2013 +0100
     1.2 +++ b/OpenSecurity/bin/vmmanager.py	Tue Dec 10 14:56:11 2013 +0100
     1.3 @@ -49,6 +49,12 @@
     1.4      #        cls._instance = super(VMManager, cls).__new__(cls, *args, **kwargs)
     1.5      #    return cls._instance
     1.6      
     1.7 +    _instance = None
     1.8 +    #def __new__(cls, *args, **kwargs):
     1.9 +    #    if not cls._instance:
    1.10 +    #        cls._instance = super(VMManager, cls).__new__(cls, *args, **kwargs)
    1.11 +    #    return cls._instance
    1.12 +    
    1.13      def __init__(self):
    1.14          self.cygwin_path = os.path.join(Cygwin.root(), 'bin') + os.path.sep
    1.15          self.vboxManage = os.path.join(self.getVBoxManagePath(), 'VBoxManage')