1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1aa6224b32c2/ changeset: 1aa6224b32c2 user: greg date: 2013-03-16 20:18:16 summary: Import fix for admin grids in the tool shed. affected #: 1 file diff -r 4c7d89fe3fc9e9e4e8cd69aa0ff1504b842d668a -r 1aa6224b32c2e1c05eafbf1f507d2f7a754ded89 lib/tool_shed/grids/admin_grids.py --- a/lib/tool_shed/grids/admin_grids.py +++ b/lib/tool_shed/grids/admin_grids.py @@ -5,6 +5,12 @@ import tool_shed.util.shed_util_common as suc from tool_shed.grids.repository_grids import RepositoryGrid, CategoryGrid +from galaxy import eggs +import pkg_resources + +pkg_resources.require( 'mercurial' ) +from mercurial import hg, ui, commands + 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.