commit/galaxy-central: dannon: Cleanup imports in extended_metadata API controller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e08148b86a59/ Changeset: e08148b86a59 User: dannon Date: 2013-08-06 22:02:41 Summary: Cleanup imports in extended_metadata API controller. Affected #: 1 file diff -r 42ef1d78a2f8e2466a0698ed4b5343689da4cd6f -r e08148b86a59421f6faa616529ae262a40138485 lib/galaxy/webapps/galaxy/api/extended_metadata.py --- a/lib/galaxy/webapps/galaxy/api/extended_metadata.py +++ b/lib/galaxy/webapps/galaxy/api/extended_metadata.py @@ -1,17 +1,9 @@ """ API operations on annotations. """ -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 BaseAPIController, UsesHistoryMixin, UsesLibraryMixinItems, UsesHistoryDatasetAssociationMixin, UsesStoredWorkflowMixin, UsesExtendedMetadataMixin -from galaxy.util.sanitize_html import sanitize_html -import galaxy.datatypes -from galaxy.util.bunch import Bunch - -import pkg_resources -pkg_resources.require( "Routes" ) -import routes +import logging +from galaxy import web +from galaxy.web.base.controller import BaseAPIController, UsesHistoryMixin, UsesLibraryMixinItems, UsesHistoryDatasetAssociationMixin, UsesStoredWorkflowMixin, UsesExtendedMetadataMixin, HTTPNotImplemented 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