commit/galaxy-central: davebgx: Fix missing import in install and test framework.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/320dca6064fc/ Changeset: 320dca6064fc User: davebgx Date: 2014-02-21 14:57:49 Summary: Fix missing import in install and test framework. Affected #: 2 files diff -r b706c7c0844f3120952f39d6fc6826e111f267d3 -r 320dca6064fcbb0381c8d4b75c92c91b02285e2e test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py @@ -43,6 +43,7 @@ from galaxy.app import UniverseApplication from galaxy.util.json import from_json_string +from galaxy.util import asbool from galaxy.util import unicodify from galaxy.web import buildapp from functional_tests import generate_config_file diff -r b706c7c0844f3120952f39d6fc6826e111f267d3 -r 320dca6064fcbb0381c8d4b75c92c91b02285e2e test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py @@ -42,6 +42,7 @@ from base.tool_shed_util import parse_tool_panel_config from galaxy.app import UniverseApplication +from galaxy.util import asbool from galaxy.util import unicodify from galaxy.web import buildapp from functional_tests import generate_config_file 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.
participants (1)
-
commits-noreply@bitbucket.org