commit/galaxy-central: rc: Add import statement for binascii
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/6f03367736a8/ changeset: r5199:6f03367736a8 user: rc date: 2011-03-08 20:35:26 summary: Add import statement for binascii affected #: 1 file (16 bytes) --- a/lib/galaxy/model/migrate/versions/0076_fix_form_values_data_corruption.py Tue Mar 08 14:08:07 2011 -0500 +++ b/lib/galaxy/model/migrate/versions/0076_fix_form_values_data_corruption.py Tue Mar 08 14:35:26 2011 -0500 @@ -7,6 +7,7 @@ from migrate import * from migrate.changeset import * from sqlalchemy.exc import * +import binascii from galaxy.util.json import from_json_string, to_json_string 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