Skip to content

Commit

Permalink
Use absolute import for Bunch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 15, 2017
1 parent d1be0a2 commit 86d9b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/util/cli/shell/rsh.py
Expand Up @@ -3,8 +3,8 @@

import paramiko

from galaxy.util.bunch import Bunch
from .local import LocalShell
from ....util import Bunch

log = logging.getLogger(__name__)
logging.getLogger("paramiko").setLevel(logging.WARNING) # paramiko logging is very verbose
Expand Down

0 comments on commit 86d9b64

Please sign in to comment.