1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5f5ef6ec6f9c/ Changeset: 5f5ef6ec6f9c User: dannon Date: 2015-01-22 19:44:19+00:00 Summary: Add two missing orm imports for history import/export. Affected #: 1 file diff -r 2daef93671e3b1e16b80190d25541515ec7c90cf -r 5f5ef6ec6f9c83fd7132b40ef3dc9a01fb07a34d lib/galaxy/tools/imp_exp/__init__.py --- a/lib/galaxy/tools/imp_exp/__init__.py +++ b/lib/galaxy/tools/imp_exp/__init__.py @@ -5,10 +5,11 @@ import json import datetime from galaxy import model +from galaxy.model.item_attrs import UsesAnnotations +from galaxy.model.orm import eagerload, eagerload_all from galaxy.tools.parameters.basic import UnvalidatedValue +from galaxy.util.json import dumps, loads from galaxy.web.framework.helpers import to_unicode -from galaxy.model.item_attrs import UsesAnnotations -from galaxy.util.json import loads, dumps 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.