• File: setuptools_build.py
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/lib/python2.7/site-packages/pip/utils/setuptools_build.py
  • File size: 278 bytes
  • MIME-type: text/plain
  • Charset: utf-8
# 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'))"
)