This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0718de9770
cpython
/
Lib
/
ensurepip
/
__main__.py
5 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
Close #19406: Initial implementation of ensurepip Patch by Donald Stufft and Nick Coghlan
2013-11-11 12:11:55 +00:00
import
ensurepip
if
__name__
==
"
__main__
"
:
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 08:20:34 +00:00
ensurepip
.
_main
(
)