mirror of
https://github.com/wassname/openshift-celery-cartridge.git
synced 2026-06-27 16:10:05 +08:00
Removed celery version numbers
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
#!/home/tres/Code/Scribble/screnv/bin/python
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'celery==3.0.24','console_scripts','celeryctl'
|
||||
__requires__ = 'celery==3.1.11'
|
||||
__requires__ = 'celery'
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
sys.exit(
|
||||
load_entry_point('celery==3.1.11', 'console_scripts', 'celeryctl')()
|
||||
load_entry_point('celery', 'console_scripts', 'celeryctl')()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user