Default for class variable

pull/4420/head
Michael DeHaan 2012-03-31 11:02:10 -04:00
parent b8eeb0f906
commit 3495d402c7
1 changed files with 2 additions and 0 deletions

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,