diff rhodecode/lib/celerylib/tasks.py @ 548:b75b77ef649d

renamed hg_app to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:22:52 +0200
parents 1e757ac98988
children f99075170eb4
line wrap: on
line diff
--- a/rhodecode/lib/celerylib/tasks.py	Wed Oct 06 03:18:16 2010 +0200
+++ b/rhodecode/lib/celerylib/tasks.py	Wed Oct 06 03:22:52 2010 +0200
@@ -34,7 +34,7 @@
         raise Exception('Could not get application settings !')
     settings = {}
     for each in ret:
-        settings['hg_app_' + each.app_settings_name] = each.app_settings_value    
+        settings['rhodecode_' + each.app_settings_name] = each.app_settings_value    
     
     return settings