Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request pypa#12637 from ichard26/refactor/imports"
This reverts commit 71a08a7, reversing changes made to 22142d6. This patch made the pip self-version check import `pip._internal.self_outdated_check` on demand. This blows up when downgrading (and possibly upgrading) pip as it imports the module _after_ the downgrade, which is problematic as the older self-check logic is incompatible with the rest of the pip already loaded into memory.
- Loading branch information