1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/facc879fe054/ Changeset: facc879fe054 User: dannon Date: 2013-08-30 05:00:04 Summary: Add missing os import to cli_shell/rsh Affected #: 1 file diff -r 5e3567cdc08984012b6b26162a4ebe75e77e942b -r facc879fe0543f25e6b4d65e3e5d5efe716ff455 lib/galaxy/jobs/runners/cli_shell/rsh.py --- a/lib/galaxy/jobs/runners/cli_shell/rsh.py +++ b/lib/galaxy/jobs/runners/cli_shell/rsh.py @@ -2,10 +2,11 @@ Interface for remote shell commands (rsh, rcp) and derivatives that use the same syntax (ssh, scp) """ +import logging +import os +import subprocess +import tempfile import time -import logging -import tempfile -import subprocess from galaxy.util.bunch import Bunch from galaxy.jobs.runners.cli_shell import BaseShellExec 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.