01-arcadia.patch 371 B

12345678910111213
  1. DEVTOOLSSUPPORT-48054
  2. --- contrib/python/pip/pip/_vendor/distlib/scripts.py (index)
  3. +++ contrib/python/pip/pip/_vendor/distlib/scripts.py (working tree)
  4. @@ -62,9 +62,6 @@ if __name__ == '__main__':
  5. distlib_package = __name__.rsplit('.', 1)[0]
  6. WRAPPERS = {
  7. - r.name: r.bytes
  8. - for r in finder(distlib_package).iterator("")
  9. - if r.name.endswith(".exe")
  10. }