Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/python/
H A DcreatePythonInit.py23 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py")) variable
24 with open(pkgIniFile, "w") as f: