Exemplo n.º 1
0
 def prepare(self):
     """
     Generic preparations for the client, irrespective of executions or hosts.
     """
     client.prepare(self)
Exemplo n.º 2
0
 def prepare(self):
     """
     Generic preparations for the client, irrespective of executions or hosts.
     """
     # The default implementation takes care of local compilation of the client, if needed. Be sure to call it.
     client.prepare(self)