changeset 1208:efee58510c1a beta

removed obsolete celerypylons commands
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Apr 2011 02:16:07 +0200
parents e61b7ba293db
children 3bd2e94cbfc8
files setup.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Apr 05 02:04:59 2011 +0200
+++ b/setup.py	Tue Apr 05 02:16:07 2011 +0200
@@ -111,9 +111,5 @@
     make-index = rhodecode.lib.indexers:MakeIndex
     upgrade-db = rhodecode.lib.dbmigrate:UpgradeDb
     celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
-    celerybeat=rhodecode.lib.celerypylons.commands:CeleryBeatCommand
-    camqadm=rhodecode.lib.celerypylons.commands:CAMQPAdminCommand
-    celeryev=rhodecode.lib.celerypylons.commands:CeleryEventCommand
-
     """,
 )