2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/60419c47c22f/ Changeset: 60419c47c22f Branch: next-stable User: davebgx Date: 2014-07-30 19:36:07 Summary: Fix missing import. Affected #: 1 file diff -r 9860d1c6998d38f633a11aae45bd3f667e236cc0 -r 60419c47c22f23bee6545f8feaf31d14bc6eefe7 lib/tool_shed/galaxy_install/dependency_display.py --- a/lib/tool_shed/galaxy_install/dependency_display.py +++ b/lib/tool_shed/galaxy_install/dependency_display.py @@ -3,6 +3,8 @@ import os import threading +from galaxy import util + from tool_shed.util import common_util from tool_shed.util import container_util from tool_shed.util import readme_util https://bitbucket.org/galaxy/galaxy-central/commits/42b8dd13c021/ Changeset: 42b8dd13c021 User: davebgx Date: 2014-07-30 19:36:31 Summary: Merge with next-stable. Affected #: 1 file diff -r 157adaf92f9c5f06a2ae50a1e7103d0b29543a07 -r 42b8dd13c021b3500e0ebfd416ee2267c28b47a2 lib/tool_shed/galaxy_install/dependency_display.py --- a/lib/tool_shed/galaxy_install/dependency_display.py +++ b/lib/tool_shed/galaxy_install/dependency_display.py @@ -3,6 +3,8 @@ import os import threading +from galaxy import util + from tool_shed.util import common_util from tool_shed.util import container_util from tool_shed.util import readme_util 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.