1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-23 05:30:39 -05:00
Files
IW4M-Admin/Master/env_master/Lib/site-packages/pip/utils/setuptools_build.py
RaidMax 9f92b64135 Add server version to master api
Add IsEvadedOffense to EFPenalty
Fix remote log reading in not Windows
2018-12-16 21:16:56 -06:00

9 lines
278 B
Python

# Shim to wrap setup.py invocation with setuptools
SETUPTOOLS_SHIM = (
"import setuptools, tokenize;__file__=%r;"
"f=getattr(tokenize, 'open', open)(__file__);"
"code=f.read().replace('\\r\\n', '\\n');"
"f.close();"
"exec(compile(code, __file__, 'exec'))"
)