Switch to side-by-side view

--- a/Allura/allura/lib/app_globals.py
+++ b/Allura/allura/lib/app_globals.py
@@ -231,7 +231,7 @@
         self.resource_manager.register(
             ew.JSScript(text, **kw))
 
-    @LazyProperty
+    @property
     def publisher(self):
         return dict(
             audit=Publisher(connection=self.conn, exchange='audit', auto_declare=False),