1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/56f88d255425/ Changeset: 56f88d255425 User: dannon Date: 2014-06-11 18:24:05 Summary: History Contents API: Import url_for from galaxy.web like the other controllers, instead of galaxy.web.base.controller. Affected #: 1 file diff -r 6b6c0b985ef35056b773197354afe83b07d88afa -r 56f88d255425410b07c09ac5fcd2168f3f19fa1c lib/galaxy/webapps/galaxy/api/history_contents.py --- a/lib/galaxy/webapps/galaxy/api/history_contents.py +++ b/lib/galaxy/webapps/galaxy/api/history_contents.py @@ -7,6 +7,7 @@ from galaxy.web import _future_expose_api as expose_api from galaxy.web import _future_expose_api_anonymous as expose_api_anonymous +from galaxy.web import url_for from galaxy.web.base.controller import BaseAPIController from galaxy.web.base.controller import UsesHistoryDatasetAssociationMixin @@ -18,7 +19,6 @@ from galaxy.dataset_collections.util import api_payload_to_create_params from galaxy.dataset_collections.util import dictify_dataset_collection_instance -from galaxy.web.base.controller import url_for from galaxy.managers import histories from galaxy.managers import hdas 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.