Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
17a35f906c29e71510d749283b381d95a5de0316
/
.
/
Lib
/
easy_install.py
blob: b8b841259eeaa3e944057784f08607e87c8f6e9f [
file
] [
log
] [
blame
]
"""Run the EasyInstall command"""
if
__name__
==
'__main__'
:
from
setuptools
.
command
.
easy_install
import
main
main
()