Commit 674d1e72 by Michael Scherer

Rename the import, since the directory was renamed for v2

parent f25f2d96
......@@ -17,7 +17,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from ansible.runner.shell_plugins.sh import ShellModule as ShModule
from ansible.plugins.shell.sh import ShellModule as ShModule
class ShellModule(ShModule):
......
......@@ -17,7 +17,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from ansible.runner.shell_plugins.sh import ShellModule as ShModule
from ansible.plugins.shell.sh import ShellModule as 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