Commit b4437ebd by Toshio Kuratomi

Merge pull request #10713 from mscherer/fix_shell_plugin_import_v2

Rename the import, since the directory was renamed for v2
parents 8134ffeb 674d1e72
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
from __future__ import (absolute_import, division, print_function) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
from ansible.runner.shell_plugins.sh import ShellModule as ShModule from ansible.plugins.shell.sh import ShellModule as ShModule
class ShellModule(ShModule): class ShellModule(ShModule):
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
from __future__ import (absolute_import, division, print_function) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
from ansible.runner.shell_plugins.sh import ShellModule as ShModule from ansible.plugins.shell.sh import ShellModule as ShModule
class ShellModule(ShModule): class ShellModule(ShModule):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment