def __init__(self):
     RegistryBasedPlugin.__init__(self)
     self.registryKeyAndValue = {
         'HKEY_LOCAL_MACHINE\\SOFTWARE\\Hewlett-Packard\\OVEnterprise':
         'Version'
     }
     self.stopper_processes = ['ovbbccb', 'ovbbccb.exe']
 def __init__(self):
     RegistryBasedPlugin.__init__(self)
     self.allowedProcesses = [
         'AnalisysUI.exe', 'vugen.exe', 'wlrun.exe', 'magentproc.exe'
     ]
 def __init__(self):
     RegistryBasedPlugin.__init__(self)
     self.allowedProcesses = ['AnalisysUI.exe', 'vugen.exe',
                              'wlrun.exe', 'magentproc.exe']
 def __init__(self):
     RegistryBasedPlugin.__init__(self)
     self.registryKeyAndValue = {
         'HKEY_LOCAL_MACHINE\\SOFTWARE\\Hewlett-Packard\\OVEnterprise': 'Version'}
     self.stopper_processes = ['ovbbccb', 'ovbbccb.exe']