Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / distribute-0.6.19-py2.7.egg / easy_install.py @ 1a305335

History | View | Annotate | Download (126 Bytes)

1 1a305335 officers
"""Run the EasyInstall command"""
2
3
if __name__ == '__main__':
4
    from setuptools.command.easy_install import main
5
    main()