Default for class variable

This commit is contained in:
Michael DeHaan 2012-03-31 11:02:10 -04:00
parent b8eeb0f906
commit 3495d402c7

View file

@ -62,6 +62,8 @@ def _executor_hook(job_queue, result_queue):
class Runner(object):
_external_variable_script = None
def __init__(self,
host_list=C.DEFAULT_HOST_LIST,
module_path=C.DEFAULT_MODULE_PATH,