[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] One missing g import instead of app_globals



---
 web/app/snapshot/controllers/misc.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/app/snapshot/controllers/misc.py b/web/app/snapshot/controllers/misc.py
index 6188808..149e189 100644
--- a/web/app/snapshot/controllers/misc.py
+++ b/web/app/snapshot/controllers/misc.py
@@ -22,7 +22,7 @@
 
 import logging
 
-from pylons import request, response, session, tmpl_context as c, g, config
+from pylons import request, response, session, tmpl_context as c, app_globals, config
 from pylons.controllers.util import abort
 
 from snapshot.lib.base import BaseController, render
-- 
1.7.2.5


Reply to: