summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/shell/csh.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/shell/csh.py')
-rw-r--r--lib/ansible/plugins/shell/csh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/plugins/shell/csh.py b/lib/ansible/plugins/shell/csh.py
index c4d6319dc5..8ed3decf49 100644
--- a/lib/ansible/plugins/shell/csh.py
+++ b/lib/ansible/plugins/shell/csh.py
@@ -19,6 +19,7 @@ __metaclass__ = type
from ansible.plugins.shell import ShellBase
+
class ShellModule(ShellBase):
# Common shell filenames that this plugin handles