commit/galaxy-central: greg: Fix missing import in the Tool Shed's ToolValidator.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6fbe4d95a8dc/ Changeset: 6fbe4d95a8dc User: greg Date: 2014-07-23 22:31:59 Summary: Fix missing import in the Tool Shed's ToolValidator. Affected #: 1 file diff -r 7aade8875ea4dde276b33922bbc7fdbc0630a9f5 -r 6fbe4d95a8dc64bd222dbf1170bdadcc5321e855 lib/tool_shed/tools/tool_validator.py --- a/lib/tool_shed/tools/tool_validator.py +++ b/lib/tool_shed/tools/tool_validator.py @@ -12,6 +12,7 @@ from tool_shed.util import hg_util from tool_shed.util import shed_util_common as suc from tool_shed.util import tool_util +from tool_shed.util import xml_util 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.
participants (1)
-
commits-noreply@bitbucket.org