diff options
Diffstat (limited to 'example_plugins')
-rwxr-xr-x | example_plugins/example.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example_plugins/example.py b/example_plugins/example.py index e13d92b5..31e8c78a 100755 --- a/example_plugins/example.py +++ b/example_plugins/example.py @@ -55,3 +55,5 @@ class example(Plugin, RedHatPlugin): # Here's how to execute a command self.collectExtOutput("/bin/ps -ef") + +# vim: et ts=4 sw=4 |