1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1cc6973069b5/ changeset: 1cc6973069b5 user: greg date: 2013-03-15 21:09:08 summary: Remove ~/tool_shed/util/shed_util.py affected #: 1 file diff -r 320c9b7f08c42c16ac942f05329c134dcdbb2770 -r 1cc6973069b5e7afeb5c2d401c262b0d39efd24b lib/tool_shed/util/shed_util.py --- a/lib/tool_shed/util/shed_util.py +++ /dev/null @@ -1,24 +0,0 @@ -import os, tempfile, shutil, logging, urllib2, threading -from galaxy.datatypes import checkers -from galaxy.web import url_for -from galaxy import util -from galaxy.util import json -from galaxy.webapps.tool_shed.util import container_util -from tool_shed.galaxy_install.tool_dependencies.install_util import install_package, set_environment -from galaxy.model.orm import and_ -import tool_shed.util.shed_util_common as suc -from tool_shed.util import encoding_util, repository_dependency_util, tool_dependency_util - -from galaxy import eggs -import pkg_resources - -pkg_resources.require( 'mercurial' ) -from mercurial import hg, ui, commands - -pkg_resources.require( 'elementtree' ) -from elementtree import ElementTree, ElementInclude -from elementtree.ElementTree import Element, SubElement - -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.