blob: f233ca0d3a23399fb47b4294bc3a729a13f8c2d9 (
plain)
1
2
3
4
5
6
7
8
|
"""
pip._vendor is for vendoring dependencies of pip to prevent needing pip to
depend on something external.
Files inside of pip._vendor should be considered immutable and should only be
updated to versions from upstream.
"""
from __future__ import absolute_import
|