1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e7c77cb338c6/ Changeset: e7c77cb338c6 User: dannon Date: 2014-05-05 16:43:18 Summary: Use correctly cased PyYAML Affected #: 1 file diff -r 848d2c4e41c27e67e07431b152b0b329676ab8c5 -r e7c77cb338c64f72310d844ee9e605e7b5438f94 lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py --- a/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py +++ b/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py @@ -15,7 +15,7 @@ from galaxy.web.base.controller import BaseUIController from galaxy.util.json import to_json_string -eggs.require('pyyaml') +eggs.require('PyYAML') eggs.require('boto') eggs.require('bioblend') 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.