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