commit/galaxy-central: inithello: Add missing import in upload controller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2d8fcb2f456c/ changeset: 2d8fcb2f456c user: inithello date: 2013-03-19 17:26:33 summary: Add missing import in upload controller. affected #: 1 file diff -r e409e7af84be829a91e630d983ec7009b20907bc -r 2d8fcb2f456caaee4ff804ea4a01893a8a3accae lib/galaxy/webapps/tool_shed/controllers/upload.py --- a/lib/galaxy/webapps/tool_shed/controllers/upload.py +++ b/lib/galaxy/webapps/tool_shed/controllers/upload.py @@ -2,6 +2,8 @@ from galaxy.web.base.controller import BaseUIController from galaxy import web, util from galaxy.datatypes import checkers +from galaxy.util import json + import tool_shed.util.shed_util_common as suc from tool_shed.util import metadata_util, repository_dependency_util, tool_dependency_util, tool_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.
participants (1)
-
commits-noreply@bitbucket.org