This repository has been archived on 2016-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
tamagotchi/pygame/lib/python3.4/site-packages/easy_install.py

6 lines
126 B
Python

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