Rename the import, since the directory was renamed for v2

pull/10713/head
Michael Scherer 10 years ago
parent f25f2d9626
commit 674d1e72f6

@ -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):

Loading…
Cancel
Save