Searched refs:pkgIniFile (Results 1 – 1 of 1) sorted by relevance
25 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py")) variable26 with open(pkgIniFile, "w") as f: