Switch to side-by-side view

--- a/Allura/allura/config/environment.py
+++ b/Allura/allura/config/environment.py
@@ -2,11 +2,11 @@
 """WSGI environment setup for allura."""
 
 import pylons
-import pylons.middleware
+pylons.c = pylons.tmpl_context
+pylons.g = pylons.app_globals
 import tg
 import tg.error
-pylons.c = pylons.tmpl_context
-pylons.g = pylons.app_globals
+import pylons.middleware
 
 from allura.config.app_cfg import base_config