1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/0f70f0b46167/ Changeset: 0f70f0b46167 User: greg Date: 2013-12-22 01:07:38 Summary: Fix imports in the tool shed install and test framework. Affected #: 3 files
diff -r 85098aa5c52a2cc66ac590357a52af73545c093e -r 0f70f0b461678cd8224861857055f3eaf7646b05 lib/tool_shed/scripts/check_repositories_for_functional_tests.py --- a/lib/tool_shed/scripts/check_repositories_for_functional_tests.py +++ b/lib/tool_shed/scripts/check_repositories_for_functional_tests.py @@ -14,7 +14,6 @@
import ConfigParser import galaxy.webapps.tool_shed.config as tool_shed_config -import galaxy.webapps.tool_shed.model.mapping import tool_shed.util.shed_util_common as suc import logging import shutil
diff -r 85098aa5c52a2cc66ac590357a52af73545c093e -r 0f70f0b461678cd8224861857055f3eaf7646b05 lib/tool_shed/scripts/check_tool_dependency_definition_repositories.py --- a/lib/tool_shed/scripts/check_tool_dependency_definition_repositories.py +++ b/lib/tool_shed/scripts/check_tool_dependency_definition_repositories.py @@ -23,7 +23,6 @@ from mercurial import __version__
import galaxy.webapps.tool_shed.config as tool_shed_config -import galaxy.webapps.tool_shed.model.mapping
from install_and_test_tool_shed_repositories.base.util import get_database_version from install_and_test_tool_shed_repositories.base.util import get_repository_current_revision
diff -r 85098aa5c52a2cc66ac590357a52af73545c093e -r 0f70f0b461678cd8224861857055f3eaf7646b05 test/install_and_test_tool_shed_repositories/base/util.py --- a/test/install_and_test_tool_shed_repositories/base/util.py +++ b/test/install_and_test_tool_shed_repositories/base/util.py @@ -30,6 +30,8 @@ from galaxy.util import listify from galaxy.util import unicodify from galaxy.util.json import from_json_string +import galaxy.webapps.tool_shed.model.mapping + from nose.plugins import Plugin from tool_shed.util import tool_dependency_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.
galaxy-commits@lists.galaxyproject.org