comparison setup.py @ 1208:efee58510c1a beta

removed obsolete celerypylons commands
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Apr 2011 02:16:07 +0200
parents f4807acf643d
children f7b24987d5fb
comparison
equal deleted inserted replaced
1207:e61b7ba293db 1208:efee58510c1a
109 109
110 [paste.global_paster_command] 110 [paste.global_paster_command]
111 make-index = rhodecode.lib.indexers:MakeIndex 111 make-index = rhodecode.lib.indexers:MakeIndex
112 upgrade-db = rhodecode.lib.dbmigrate:UpgradeDb 112 upgrade-db = rhodecode.lib.dbmigrate:UpgradeDb
113 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand 113 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
114 celerybeat=rhodecode.lib.celerypylons.commands:CeleryBeatCommand
115 camqadm=rhodecode.lib.celerypylons.commands:CAMQPAdminCommand
116 celeryev=rhodecode.lib.celerypylons.commands:CeleryEventCommand
117
118 """, 114 """,
119 ) 115 )