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