Skip to content

Commit

Permalink
fix test_ansible_shell.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavma committed Jan 5, 2017
1 parent edae177 commit bcb9c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/tests/test_ansible_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from cloudshell.shell.core.context import ResourceCommandContext, ResourceContextDetails

from cloudshell.cm.ansible.ansible_shell import AnsibleShell
from cloudshell.cm.ansible.domain import AnsibleException
from cloudshell.cm.ansible.domain.AnsibleException import AnsibleException
from cloudshell.cm.ansible.domain.ansible_configuration import AnsibleConfiguration, HostConfiguration
from mock import Mock, patch
from helpers import mock_enter_exit, mock_enter_exit_self, Any
Expand Down

0 comments on commit bcb9c5e

Please sign in to comment.