mirror of
https://github.com/wassname/openshift-celery-cartridge.git
synced 2026-06-27 16:10:05 +08:00
10 lines
276 B
Python
Executable File
10 lines
276 B
Python
Executable File
#!/home/tres/Code/Scribble/screnv/bin/python
|
|
# EASY-INSTALL-ENTRY-SCRIPT: 'celery==3.0.24','console_scripts','celeryctl'
|
|
__requires__ = 'celery'
|
|
import sys
|
|
from pkg_resources import load_entry_point
|
|
|
|
sys.exit(
|
|
load_entry_point('celery', 'console_scripts', 'celeryctl')()
|
|
)
|