X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c472ed30b5d4600a8ead8846ddbcbf3bb1b027d6..490b45cdc311a09db0266a3f974289e3979bf2ea:/floof/controllers/gallery.py?ds=sidebyside diff --git a/floof/controllers/gallery.py b/floof/controllers/gallery.py index e923e30..4a4ea5b 100644 --- a/floof/controllers/gallery.py +++ b/floof/controllers/gallery.py @@ -1,9 +1,10 @@ import logging -from pylons import request, response, session, tmpl_context as c, h +from pylons import request, response, session, tmpl_context as c from pylons.controllers.util import abort, redirect from pylons import url +from floof.lib import helpers as h from floof.lib.base import BaseController, render log = logging.getLogger(__name__)