1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add apparently missing py flavor.

This commit is contained in:
Robert Collins 2015-09-11 16:07:35 +12:00
parent 11d96fb3c5
commit 8737b9c5a4

View file

@ -633,6 +633,7 @@ exec(compile(
paths_to_remove.add(path)
paths_to_remove.add(path + '.py')
paths_to_remove.add(path + '.pyc')
paths_to_remove.add(path + '.pyo')
elif distutils_egg_info:
raise UninstallationError(