commit/galaxy-central: jgoecks: Add missing import.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/be29d1334c08/ changeset: be29d1334c08 user: jgoecks date: 2013-01-09 15:07:58 summary: Add missing import. affected #: 1 file diff -r 66bbee3c9c02b343c4ab621d39efa261b261f237 -r be29d1334c08ec3e32290feab9a6da7bda9862ec lib/galaxy/webapps/galaxy/controllers/visualization.py --- a/lib/galaxy/webapps/galaxy/controllers/visualization.py +++ b/lib/galaxy/webapps/galaxy/controllers/visualization.py @@ -5,6 +5,7 @@ from galaxy.model.item_attrs import UsesAnnotations, UsesItemRatings from galaxy.web.base.controller import BaseUIController, SharableMixin, UsesVisualizationMixin, VALID_SLUG_RE from galaxy.web.framework.helpers import time_ago, grids, iff +from galaxy import util from galaxy.util.json import from_json_string from galaxy.util.sanitize_html import sanitize_html from galaxy.visualization.genomes import decode_dbkey 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)
-
Bitbucket