Searched refs:PYPACKAGE_DIR (Results 1 – 1 of 1) sorted by relevance
24 PYPACKAGE_DIR = os.path.join(ROOT_DIR, 'capstone') variable57 for fname in os.listdir(PYPACKAGE_DIR):62 shutil.copy(os.path.join(PYPACKAGE_DIR, fname), os.path.join(CYPACKAGE_DIR, fname))64 … shutil.copy(os.path.join(PYPACKAGE_DIR, fname), os.path.join(CYPACKAGE_DIR, fname + 'x'))