Switch to side-by-side view
--- a/Allura/allura/command/base.py +++ b/Allura/allura/command/base.py @@ -32,6 +32,11 @@ def carrot_connection(self): import allura.lib.app_globals return allura.lib.app_globals.connect_amqp(self.config) + + @ming.utils.LazyProperty + def config(self): + import tg + return tg.config def basic_setup(self): global log, M