commit/galaxy-central: dannon: api/users import cleanup
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f03401b61bc6/ Changeset: f03401b61bc6 User: dannon Date: 2013-04-02 20:36:50 Summary: api/users import cleanup Affected #: 1 file diff -r 8effd49e233eccfb0cc4f11cc1ff67da13cbb655 -r f03401b61bc6825131b163b9bb8cf1acf8ac48c3 lib/galaxy/webapps/galaxy/api/users.py --- a/lib/galaxy/webapps/galaxy/api/users.py +++ b/lib/galaxy/webapps/galaxy/api/users.py @@ -2,10 +2,9 @@ API operations on User objects. """ import logging +from paste.httpexceptions import HTTPBadRequest, HTTPNotImplemented +from galaxy import util, web from galaxy.web.base.controller import BaseAPIController, url_for -from galaxy import web, util -from elementtree.ElementTree import XML -from paste.httpexceptions import * 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