Exemplo n.º 1
0
 def __init__(self, command, plugins=[]):
     self.command = command
     self.plugins = Plugins(plugins)
     self.process = None
     self.exit_code = None
     self.stdout = None
     self.stderr = None
     self.environment = {}
     if self.plugins.get('PluginEnv'):
         self.environment = self.plugins.get('PluginEnv').env