Switch to side-by-side view

--- a/Allura/allura/websetup/schema.py
+++ b/Allura/allura/websetup/schema.py
@@ -15,8 +15,8 @@
     import allura
 
     REGISTRY.prepare()
-    REGISTRY.register(pylons.c, EmptyClass())
-    REGISTRY.register(pylons.g, config['pylons.app_globals'])
+    REGISTRY.register(pylons.tmpl_context, EmptyClass())
+    REGISTRY.register(pylons.app_globals, config['pylons.app_globals'])
     REGISTRY.register(allura.credentials, allura.lib.security.Credentials())
     ming.configure(**conf)
     # Nothing to do