Пример #1
0
def inits():
    global g_OutDir, g_Owner, g_Date, g_Tbls

    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()
    g_Date = app_code_configs.get_date()

    g_Tbls.extend(app_code_configs.get_tables())
Пример #2
0
def inits():
    global g_OutDir, g_Owner, g_Date, g_Tbls

    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()
    g_Date = app_code_configs.get_date()

    g_Tbls.extend(app_code_configs.get_tables())
Пример #3
0
def inits():
    global g_OutDir, g_Date, g_Owner

    g_Date = app_code_configs.get_date()
    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()
Пример #4
0
def inits():
    global g_OutDir, g_Date, g_Owner

    g_Date = app_code_configs.get_date()
    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()