コード例 #1
0
ファイル: invokable.py プロジェクト: douglasresende/handyrep
def reload_conf(config_file=None):
    return hrdf.reload_conf(config_file)
コード例 #2
0
ファイル: invokable.py プロジェクト: jpetazzo/handyrep
def reload_conf(config_file='handyrep.conf'):
    return hrdf.reload_conf(config_file)
コード例 #3
0
def reload_conf(config_file='handyrep.conf'):
    return hrdf.reload_conf(config_file)