cpython/Lib/ensurepip/__main__.py
Nick Coghlan f71cae0a93 Issue #19728: fix ensurepip name clash with submodule
Also added refactoring and added basic tests for the argument
parsing in both ensurepip._main and ensurepip._uninstall._main.
2013-12-23 18:20:34 +10:00

5 lines
67 B
Python

import ensurepip
if __name__ == "__main__":
ensurepip._main()