Code import
This commit is contained in:
5
venv/lib/python2.7/site-packages/easy_install.py
Normal file
5
venv/lib/python2.7/site-packages/easy_install.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Run the EasyInstall command"""
|
||||
|
||||
if __name__ == '__main__':
|
||||
from setuptools.command.easy_install import main
|
||||
main()
|
||||
Reference in New Issue
Block a user