comparison setup.py @ 3915:a42bfe8a9335 beta

moved make-index command to paster_commands module - optimized imports and code
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 30 May 2013 00:01:16 +0200
parents 10eb03eabfb7
children 2f5e6f1c5bdc
comparison
equal deleted inserted replaced
3914:424b6c711a7f 3915:a42bfe8a9335
165 update-repoinfo=rhodecode.lib.paster_commands.update_repoinfo:Command 165 update-repoinfo=rhodecode.lib.paster_commands.update_repoinfo:Command
166 make-rcext=rhodecode.lib.paster_commands.make_rcextensions:Command 166 make-rcext=rhodecode.lib.paster_commands.make_rcextensions:Command
167 repo-scan=rhodecode.lib.paster_commands.repo_scan:Command 167 repo-scan=rhodecode.lib.paster_commands.repo_scan:Command
168 cache-keys=rhodecode.lib.paster_commands.cache_keys:Command 168 cache-keys=rhodecode.lib.paster_commands.cache_keys:Command
169 ishell=rhodecode.lib.paster_commands.ishell:Command 169 ishell=rhodecode.lib.paster_commands.ishell:Command
170 make-index=rhodecode.lib.indexers:MakeIndex 170 make-index=rhodecode.lib.paster_commands.make_index:Command
171 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb 171 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
172 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand 172 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
173 """, 173 """,
174 ) 174 )