def all_search_h5():
    return compile_result.compile_result("all_search_h5")
def all_search_app():
    return compile_result.compile_result("all_search_app")
Exemple #3
0
def gs_app():
    return compile_result.compile_result("gs_app")
def all_search_online():
    return compile_result.compile_result("all_search_online")
Exemple #5
0
def gs_online():
    print "aaa"
    return compile_result.compile_result("gs_online")
def all_search_online_new():
    return compile_result.compile_result("all_search_online_new")