1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/188400f16e5f/ changeset: 188400f16e5f user: greg date: 2013-03-13 19:52:42 summary: Fix the json import in the new Galaxy bioatar controller. affected #: 1 file diff -r 5a17ab5f5466eaf61e80d6efda90c394c601f4ad -r 188400f16e5f997f16c2a31db99da55c37909d00 lib/galaxy/webapps/galaxy/controllers/biostar.py --- a/lib/galaxy/webapps/galaxy/controllers/biostar.py +++ b/lib/galaxy/webapps/galaxy/controllers/biostar.py @@ -5,7 +5,7 @@ from galaxy.web.base.controller import BaseUIController, url_for, error, web import base64 -import json +from galaxy.util import json import hmac # Biostar requires all keys to be present, so we start with a template 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.