1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/78388e08a9a1/ Changeset: 78388e08a9a1 User: carlfeberhard Date: 2013-11-01 20:54:56 Summary: Users API: add UsesTagsMixin Affected #: 1 file diff -r d69e53660b28c5b84a9b6606b7ab989303cc74c6 -r 78388e08a9a15fcbe77e78430a7ac05a46e405bd lib/galaxy/webapps/galaxy/api/users.py --- a/lib/galaxy/webapps/galaxy/api/users.py +++ b/lib/galaxy/webapps/galaxy/api/users.py @@ -4,12 +4,12 @@ import logging from paste.httpexceptions import HTTPBadRequest, HTTPNotImplemented from galaxy import util, web -from galaxy.web.base.controller import BaseAPIController +from galaxy.web.base.controller import BaseAPIController, UsesTagsMixin log = logging.getLogger( __name__ ) -class UserAPIController( BaseAPIController ): +class UserAPIController( BaseAPIController, UsesTagsMixin ): @web.expose_api def index( self, trans, deleted='False', **kwd ): 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.