Open Media Library Platform
This commit is contained in:
commit
411ad5b16f
5849 changed files with 1778641 additions and 0 deletions
10
Darwin/bin/easy_install
Normal file
10
Darwin/bin/easy_install
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==3.6','console_scripts','easy_install'
|
||||
__requires__ = 'setuptools==3.6'
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(
|
||||
load_entry_point('setuptools==3.6', 'console_scripts', 'easy_install')()
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue