Ejemplo n.º 1
0
def check_FCHK():
    if not os.path.exists(FCHK): raise Exc.ExeNotFound(Exception)
Ejemplo n.º 2
0
def check_EXE():
    if not os.path.exists(EXE): raise Exc.ExeNotFound(Exception)