Rename the import, since the directory was renamed for v2

This commit is contained in:
Michael Scherer 2015-04-14 17:05:02 -04:00
parent f25f2d9626
commit 674d1e72f6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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