X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/332de9696e2cca102332d5543adad9b289c35214..ea3d7fcf702e372eac978d61b9af9dbad46543bb:/floof/controllers/gallery.py 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__)