Home
last modified time | relevance | path

Searched refs:PYC_EXT (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py233 PYC_EXT = ".pyc" variable
235 PYC_EXT = ".pyo" variable
254 path = fullname.replace(".", os.sep) + PYC_EXT
581 "site" + PYC_EXT)
589 path = pathjoin("Contents", "Resources", *path) + PYC_EXT