]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blob - zfec/setuptools-0.6c15dev.egg/easy_install.py
setup: install_requires argparse only if Python version is < 2.7
[tahoe-lafs/zfec.git] / zfec / setuptools-0.6c15dev.egg / easy_install.py
1 """Run the EasyInstall command"""
2
3 if __name__ == '__main__':
4     from setuptools.command.easy_install import main
5     main()