1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8af539a3006b/ Changeset: 8af539a3006b User: jmchilton Date: 2014-03-26 22:28:31 Summary: Fix broken import with workflow PR. Affected #: 1 file diff -r 46d4a48fcb7b6dd736f081f5d8b650b0a33a296c -r 8af539a3006b24e027215af4f270b5db0d07c5e6 lib/galaxy/web/base/controller.py --- a/lib/galaxy/web/base/controller.py +++ b/lib/galaxy/web/base/controller.py @@ -41,7 +41,7 @@ from galaxy.tools.parameters.basic import DataToolParameter from galaxy.util.json import to_json_string from galaxy.workflow.modules import ToolModule -from galaxy.workflow.build_util import attach_ordered_steps +from galaxy.workflow.steps import attach_ordered_steps log = logging.getLogger( __name__ ) 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.