commit/galaxy-central: BjoernGruening: Adding missing imports.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d2fc633d1bcc/ Changeset: d2fc633d1bcc Branch: stable User: BjoernGruening Date: 2014-08-13 14:56:37 Summary: Adding missing imports. Affected #: 1 file diff -r 7e81cbc2603f0695802ab49dcd65f6dda7b42322 -r d2fc633d1bcc2d02c5efccf923c4e3ce5336512a lib/tool_shed/galaxy_install/repair_repository_manager.py --- a/lib/tool_shed/galaxy_install/repair_repository_manager.py +++ b/lib/tool_shed/galaxy_install/repair_repository_manager.py @@ -1,5 +1,6 @@ +import os +import tempfile import logging -import os log = logging.getLogger( __name__ ) @@ -7,6 +8,8 @@ from tool_shed.galaxy_install.repository_dependencies import repository_dependency_manager from tool_shed.galaxy_install.tools import tool_panel_manager +from tool_shed.util import hg_util +from tool_shed.util import basic_util from tool_shed.util import common_util from tool_shed.util import container_util from tool_shed.util import shed_util_common as suc 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