1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ee0459fb77f2/ changeset: ee0459fb77f2 user: natefoo date: 2012-04-06 16:21:25 summary: Fix missing import in job manager. affected #: 1 file diff -r 34b5ed4d756ec979eecc77c8dae2a09a1112ad2d -r ee0459fb77f2e14cf89eb162eb63f0ca1e539419 lib/galaxy/jobs/manager.py --- a/lib/galaxy/jobs/manager.py +++ b/lib/galaxy/jobs/manager.py @@ -13,6 +13,7 @@ from galaxy import model from galaxy.jobs import handler, Sleeper, NoopQueue +from galaxy.util.json import from_json_string 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.