commit/galaxy-central: jgoecks: Import fixes.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/778b6f7e338a/ Changeset: 778b6f7e338a User: jgoecks Date: 2013-08-16 18:06:55 Summary: Import fixes. Affected #: 2 files diff -r a62c04e39017dcc15d272ff30c73dd02ea73d330 -r 778b6f7e338af5458abf1e54eaf20eefa17ef50b lib/galaxy/tools/actions/history_imp_exp.py --- a/lib/galaxy/tools/actions/history_imp_exp.py +++ b/lib/galaxy/tools/actions/history_imp_exp.py @@ -1,7 +1,7 @@ -import tempfile +import tempfile, os from __init__ import ToolAction from galaxy.util.odict import odict -from galaxy.tools.imp_exp import * +from galaxy.tools.imp_exp import JobImportHistoryArchiveWrapper, JobExportHistoryArchiveWrapper import logging log = logging.getLogger( __name__ ) diff -r a62c04e39017dcc15d272ff30c73dd02ea73d330 -r 778b6f7e338af5458abf1e54eaf20eefa17ef50b lib/galaxy/tools/imp_exp/__init__.py --- a/lib/galaxy/tools/imp_exp/__init__.py +++ b/lib/galaxy/tools/imp_exp/__init__.py @@ -26,7 +26,7 @@ <data format="gzip" name="output_file"/></outputs></tool> - """ + """ # Load export tool. tmp_name = tempfile.NamedTemporaryFile() 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)
-
commits-noreply@bitbucket.org