comparison lib/python3.8/site-packages/easy_install.py @ 1:64071f2a4cf0 draft default tip

Deleted selected files
author guerler
date Mon, 27 Jul 2020 03:55:49 -0400
parents 9e54283cc701
children
comparison
equal deleted inserted replaced
0:9e54283cc701 1:64071f2a4cf0
1 """Run the EasyInstall command"""
2
3 if __name__ == '__main__':
4 from setuptools.command.easy_install import main
5 main()