aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-04-24 18:13:40 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-04-24 18:13:40 +0200
commitb0663fcd90809b3d72c94e751bdeb19df48d1dcc (patch)
treee57692965cd6df014b07a262dd9cf3fdb1ad0183
parent6214ae472b907fa2f6a7c38c634ec3a3bd1fa0fd (diff)
Readded import: it is not used in the file. but in others.v1.5.4_linaro4
-rw-r--r--rhodecode/lib/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhodecode/lib/base.py b/rhodecode/lib/base.py
index 89af4716..28b76cad 100644
--- a/rhodecode/lib/base.py
+++ b/rhodecode/lib/base.py
@@ -13,6 +13,7 @@ from paste.httpheaders import WWW_AUTHENTICATE, AUTHORIZATION
from pylons import config, tmpl_context as c, request, session, url
from pylons.controllers import WSGIController
from pylons.controllers.util import redirect
+from pylons.templating import render_mako as render
from rhodecode import __version__, BACKENDS