Adding new stuff
This commit is contained in:
parent
cb028acf05
commit
7b21428a6d
451 changed files with 6 additions and 1 deletions
5
vim-plugins/python-mode/pymode/libs/easy_install.py
Normal file
5
vim-plugins/python-mode/pymode/libs/easy_install.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Run the EasyInstall command"""
|
||||
|
||||
if __name__ == '__main__':
|
||||
from setuptools.command.easy_install import main
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue