commit/galaxy-central: greg: Add missing import to the Tool Shed's repository grids utility component.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/581e7c8e353e/ Changeset: 581e7c8e353e User: greg Date: 2014-05-22 14:44:18 Summary: Add missing import to the Tool Shed's repository grids utility component. Affected #: 1 file diff -r b38587cb8937d678f2edcd17659fc3ce1724794d -r 581e7c8e353e9348db75d269446651e7122f10ce lib/tool_shed/grids/util.py --- a/lib/tool_shed/grids/util.py +++ b/lib/tool_shed/grids/util.py @@ -5,6 +5,7 @@ from galaxy.web.form_builder import SelectField from tool_shed.util import hg_util +from tool_shed.util import shed_util_common as suc 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