Searched refs:PythonSourceDir (Results 1 – 2 of 2) sorted by relevance
38 for (root, dirs, files) in os.walk(TestTools.PythonSourceDir):49 name = name.replace(TestTools.PythonSourceDir, '')
31 PythonSourceDir = os.path.join(BaseToolsDir, 'Source', 'Python') variable34 if PythonSourceDir not in sys.path:39 sys.path.append(PythonSourceDir)