Vendor get-pip (version 19.3.1)

This commit is contained in:
Joe Rickerby
2020-01-31 19:08:19 +00:00
parent c0967ad622
commit b159617a3e
5 changed files with 22328 additions and 11 deletions
+4
View File
@@ -1,5 +1,6 @@
from fnmatch import fnmatch
import warnings
import os
def prepare_command(command, **kwargs):
@@ -50,3 +51,6 @@ class Unbuffered(object):
def __getattr__(self, attr):
return getattr(self.stream, attr)
get_pip_script = os.path.abspath(os.path.join(os.path.dirname(__file__), 'resources', 'get-pip.py'))