]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - setuptools-0.6c16dev4.egg/easy_install.py
Change web-API to support t=relink instead of t=move (+ docs and tests). fixes #1732
[tahoe-lafs/tahoe-lafs.git] / setuptools-0.6c16dev4.egg / easy_install.py
1 """Run the EasyInstall command"""
2
3 if __name__ == '__main__':
4     from setuptools.command.easy_install import main
5     main()