commit/galaxy-central: jgoecks: Clean up imports in datasets controller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/b175274d13e0/ changeset: b175274d13e0 user: jgoecks date: 2012-12-04 20:27:50 summary: Clean up imports in datasets controller. affected #: 1 file diff -r 87c8970719b135a7b2c9804484dc0d96df171083 -r b175274d13e0be88c4504d51aa0f49d0802cc42b lib/galaxy/webapps/galaxy/api/datasets.py --- a/lib/galaxy/webapps/galaxy/api/datasets.py +++ b/lib/galaxy/webapps/galaxy/api/datasets.py @@ -2,15 +2,8 @@ API operations on the contents of a dataset. """ import logging, os, string, shutil, urllib, re, socket -from cgi import escape, FieldStorage from galaxy import util, datatypes, jobs, web, util -from galaxy.web.base.controller import * -from galaxy.util.sanitize_html import sanitize_html -from galaxy.model.orm import * -from galaxy.visualization.data_providers.genome import * -from galaxy.visualization.data_providers.basic import ColumnDataProvider -from galaxy.datatypes.tabular import Vcf -from galaxy.model import NoConverterException, ConverterDependencyException +from galaxy.web.base.controller import BaseAPIController, UsesVisualizationMixin, get_highest_priority_msg, messages from galaxy.web.framework.helpers import is_true 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)
-
Bitbucket