mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
10 lines
331 B
Python
Executable File
10 lines
331 B
Python
Executable File
#!/Users/fawce/projects/quantopian/qsim/.pyenv/bin/python
|
|
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.6c11','console_scripts','easy_install-2.6'
|
|
__requires__ = 'setuptools==0.6c11'
|
|
import sys
|
|
from pkg_resources import load_entry_point
|
|
|
|
sys.exit(
|
|
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install-2.6')()
|
|
)
|