1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e9e09d1ab517/ changeset: e9e09d1ab517 user: natefoo date: 2013-02-26 15:33:31 summary: Python 2.5 compatibility fix for lwr client updates. affected #: 1 file diff -r 993c232d34cda550a5605f87d7416467d4e2c33f -r e9e09d1ab51752db592eee71032ec5fc33f6ee57 lib/galaxy/jobs/runners/lwr_client/transport/standard.py --- a/lib/galaxy/jobs/runners/lwr_client/transport/standard.py +++ b/lib/galaxy/jobs/runners/lwr_client/transport/standard.py @@ -1,6 +1,7 @@ """ LWR HTTP Client layer based on Python Standard Library (urllib2) """ +from __future__ import with_statement import mmap import urllib2 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.