1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/28a24d7d3e84/ Changeset: 28a24d7d3e84 User: jmchilton Date: 2014-10-21 16:32:57+00:00 Summary: Require pyyaml egg before using. Thanks @natefoo. Affected #: 1 file diff -r 70f7ff8c6a96ede6e439beb62d64152cc5ad2b04 -r 28a24d7d3e84e5c9ce7af1dd92f7a89d83159703 lib/galaxy/web/base/interactive_environments.py --- a/lib/galaxy/web/base/interactive_environments.py +++ b/lib/galaxy/web/base/interactive_environments.py @@ -6,6 +6,8 @@ from galaxy.util.bunch import Bunch from galaxy import web +from galaxy import eggs +eggs.require("PyYAML") import yaml from galaxy.managers import api_keys 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.