1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/374318d71075/ Changeset: 374318d71075 User: dannon Date: 2015-02-10 20:06:12+00:00 Summary: Add reminder for why imports are done this way in s3objectstore for the next time I forget. Affected #: 1 file diff -r 2f67cc2049113ace6bccb701c545fd1ec35fb013 -r 374318d710755d92b8cea81f34c226ecd60741a5 lib/galaxy/objectstore/s3.py --- a/lib/galaxy/objectstore/s3.py +++ b/lib/galaxy/objectstore/s3.py @@ -20,6 +20,7 @@ from ..objectstore import ObjectStore, convert_bytes try: + # Imports are done this way to allow objectstore code to be used outside of Galaxy. import boto from boto.s3.key import Key from boto.s3.connection import S3Connection 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.