Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../lib/python2..../site-pac.../pip/utils
File: setuptools_build.py
# Shim to wrap setup.py invocation with setuptools
[0] Fix | Delete
SETUPTOOLS_SHIM = (
[1] Fix | Delete
"import setuptools, tokenize;__file__=%r;"
[2] Fix | Delete
"f=getattr(tokenize, 'open', open)(__file__);"
[3] Fix | Delete
"code=f.read().replace('\\r\\n', '\\n');"
[4] Fix | Delete
"f.close();"
[5] Fix | Delete
"exec(compile(code, __file__, 'exec'))"
[6] Fix | Delete
)
[7] Fix | Delete
[8] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function