Searched refs:extra_python_paths (Results 1 - 3 of 3) sorted by relevance

/gem5/site_scons/
H A Dsite_init.py42 from gem5_python_paths import extra_python_paths
73 sys.path[1:1] = extra_python_paths
H A Dgem5_python_paths.py50 extra_python_paths = [ node.abspath for node in extra_python_nodes ] variable
52 __all__ = ['extra_python_paths']
/gem5/site_scons/site_tools/
H A Ddefault.py47 from gem5_python_paths import extra_python_paths
79 env.AppendENVPath('PYTHONPATH', extra_python_paths)

Completed in 5 milliseconds