Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
49fd7fa4431da299196d74087df4a04f99f9c46f
/
.
/
Lib
/
easy_install.py
blob: d87e984034b6e6e9eb456ebcb2b3f420c07a48bc [
file
] [
log
] [
blame
]
Thomas Wouters
49fd7fa
2006-04-21 10:40:58 +0000
[
diff
] [
blame^
]
1
"""Run the EasyInstall command"""
2
3
if
__name__
==
'__main__'
:
4
from
setuptools
.
command
.
easy_install
import
main
5
main
()