tahoe-lafs/setuptools-0.6c16dev6.egg/easy_install.py
Daira Hopwood a823362252 Bump zetuptoolz version (move directory).
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2015-04-28 18:53:44 +01:00

6 lines
126 B
Python

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