commit/galaxy-central: carlfeberhard: Fix for d576558: re-add url_for for webapp and decorators
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7c19138e41ad/ Changeset: 7c19138e41ad User: carlfeberhard Date: 2014-09-08 20:28:52 Summary: Fix for d576558: re-add url_for for webapp and decorators Affected #: 2 files diff -r 02852a8e49e23cd1090f798e99702057fa24bc1d -r 7c19138e41ada844f5515aba40a6ec7928b11fcb lib/galaxy/web/framework/decorators.py --- a/lib/galaxy/web/framework/decorators.py +++ b/lib/galaxy/web/framework/decorators.py @@ -6,6 +6,7 @@ eggs.require( "Paste" ) import paste.httpexceptions +from galaxy.web.framework import url_for from galaxy import util from galaxy.exceptions import error_codes from galaxy.exceptions import MessageException diff -r 02852a8e49e23cd1090f798e99702057fa24bc1d -r 7c19138e41ada844f5515aba40a6ec7928b11fcb lib/galaxy/web/framework/webapp.py --- a/lib/galaxy/web/framework/webapp.py +++ b/lib/galaxy/web/framework/webapp.py @@ -33,6 +33,7 @@ from galaxy.util.sanitize_html import sanitize_html from galaxy.managers import context +from galaxy.web.framework import url_for from galaxy.web.framework import base from galaxy.web.framework import helpers from galaxy.web.framework import formbuilder Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org