Searched refs:PYTHONROOT (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 63 PYTHONROOT = os.path.abspath(os.path.join(HERE, '..', '..')) variable 64 MULTISSL_DIR = os.path.abspath(os.path.join(PYTHONROOT, '..', 'multissl')) 158 os.path.join(PYTHONROOT, "Modules/_ssl.c"), 159 os.path.join(PYTHONROOT, "Modules/_hashopenssl.c"), 363 cmd = [sys.executable, os.path.join(PYTHONROOT, "setup.py"), "build"] 380 os.path.join(PYTHONROOT, 'Lib/test/ssltests.py'), 478 if not os.path.isfile(os.path.join(PYTHONROOT, name)):
|
Completed in 1 milliseconds