"vscode:/vscode.git/clone" did not exist on "af95a5349e5de9b4bbcd67d8e012400a3e8811ba"
Commit 6fe7f40f authored by Matthew Brett's avatar Matthew Brett
Browse files

Fix supported_wheels for latest pip

parent d9f852b7
...@@ -6,7 +6,7 @@ from __future__ import print_function ...@@ -6,7 +6,7 @@ from __future__ import print_function
import sys import sys
from wheel.install import WheelFile from wheel.install import WheelFile
from pip.pep425tags import get_supported from wheel.pep425tags import get_supported
def main(): def main():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment