예제 #1
0
def get_path_prefix(standalone=False):
    return common_get_path_prefix(standalone)
예제 #2
0
def get_path_prefix():
    return common_get_path_prefix(flags.STANDALONE)
예제 #3
0
def get_path_prefix():
    return common_get_path_prefix(flags.STANDALONE)
예제 #4
0
파일: config.py 프로젝트: Moscarda/bonafide
def get_path_prefix(standalone=False):
    return common_get_path_prefix(standalone)