blob: 3bf8efa83cb29aba583377fb5818aebd4de9515c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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")
}
|