# HG changeset patch # User Marcin Kuzminski # Date 1301962567 -7200 # Node ID efee58510c1aae5f98d794961e2f99911e4f6e8e # Parent e61b7ba293dbb43dbc4654af3d505d6f4c127b0b removed obsolete celerypylons commands diff -r e61b7ba293db -r efee58510c1a setup.py --- 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 - """, )