Added comments describing config options

This commit is contained in:
Rudi Grinberg 2012-11-19 11:35:37 -05:00
parent 1cbe2fb1a1
commit c784df7f6e
1 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ def main(main_cfg):
if __name__ == '__main__': if __name__ == '__main__':
default = { default = {
'log_config' : '', 'log_config' : '', # config for log
'log_path' : '', 'log_path' : '', # where to log
'instance_root' : '' 'instance_root' : '' # root dir of all instances
} }
main(default) main(default)