commit/galaxy-central: dan: Fix for bug introduced into Tool Shed with last OpenID commit.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/4a23e38b7a12/ changeset: 4a23e38b7a12 user: dan date: 2012-03-24 02:47:14 summary: Fix for bug introduced into Tool Shed with last OpenID commit. affected #: 1 file diff -r 2b27b1e42fc90c4077c9ddcb963612efab28d940 -r 4a23e38b7a12d65b50ff274272305f89fb5d0309 lib/galaxy/webapps/community/app.py --- a/lib/galaxy/webapps/community/app.py +++ b/lib/galaxy/webapps/community/app.py @@ -3,6 +3,7 @@ import galaxy.quota import galaxy.datatypes.registry import galaxy.webapps.community.model +from galaxy.openid.providers import OpenIDProviders from galaxy.web import security from galaxy.tags.tag_handler import CommunityTagHandler @@ -42,5 +43,6 @@ # Load security policy self.security_agent = self.model.security_agent self.quota_agent = galaxy.quota.NoQuotaAgent( self.model ) + self.openid_providers = OpenIDProviders() #TODO: Add OpenID support def shutdown( self ): pass 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