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

[snapshot/master] Import config from pylons



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

diff --git a/web/app/snapshot/controllers/root.py b/web/app/snapshot/controllers/root.py
index 80a0908..b2b3165 100644
--- a/web/app/snapshot/controllers/root.py
+++ b/web/app/snapshot/controllers/root.py
@@ -1,6 +1,6 @@
 import logging
 
-from pylons import request, response, session, tmpl_context as c, g
+from pylons import request, response, session, tmpl_context as c, g, config
 from pylons.controllers.util import abort, redirect_to
 
 from snapshot.lib.base import BaseController, render
-- 
1.5.6.5


Reply to: