mirror of
https://github.com/xxh/xxh
synced 2025-01-03 15:38:45 +00:00
11 lines
282 B
Text
11 lines
282 B
Text
|
import sys
|
||
|
|
||
|
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
||
|
from settings import global_settings
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
for e in ['XXH_HOME', 'PIP_TARGET', 'PYTHONPATH']:
|
||
|
if e in ${...}:
|
||
|
global_settings[e] = ${e}
|
||
|
|
||
|
print(global_settings)
|