Searched defs:EXE_SFX (Results 1 – 2 of 2) sorted by relevance
26 EXE_SFX = '.exe' if sys.platform == 'win32' else '' variable