1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ba9a8b52e853/ changeset: ba9a8b52e853 user: dan date: 2012-10-17 22:14:17 summary: Fix importing ordering of boto in cloudlaunch. affected #: 1 file diff -r b9c0d2847d68269f67241f730e5f3ca8bc534ed3 -r ba9a8b52e8539693606b07811a6b2bf48b071ae2 lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py --- a/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py +++ b/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py @@ -11,10 +11,10 @@ import os import tempfile import time -import boto import pkg_resources from galaxy import eggs pkg_resources.require('boto') +import boto from galaxy import web from galaxy.web.base.controller import BaseUIController from galaxy.util.json import to_json_string 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.