tahoe-lafs/setuptools-0.6c16dev5.egg/easy_install.py
Daira Hopwood db64bb9dc1 Rename zetuptoolz egg to reflect new version number.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2014-10-02 16:42:44 +01:00

6 lines
126 B
Python

"""Run the EasyInstall command"""
if __name__ == '__main__':
from setuptools.command.easy_install import main
main()