diff --git a/examples/frameworks/pylonstest/pylonstest/controllers/hello.py b/examples/frameworks/pylonstest/pylonstest/controllers/hello.py index 2266f32f..adfed6b5 100644 --- a/examples/frameworks/pylonstest/pylonstest/controllers/hello.py +++ b/examples/frameworks/pylonstest/pylonstest/controllers/hello.py @@ -1,7 +1,7 @@ import logging from pylons import request, response, session, tmpl_context as c -from pylons.controllers.util import abort, redirect_to +from pylons.controllers.util import abort from pylonstest.lib.base import BaseController, render