diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-03-26 13:07:13 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-03-26 13:07:13 +0000 |
commit | 747189c07e5536151de3e656bc8fa5d23d8baf3c (patch) | |
tree | 2dc97a5838238fedbe5d93b5b23391824001d23e /example_plugins | |
parent | 9c88a8ff071c9a74e3b412bd4f4ef19cd9248611 (diff) | |
download | sos-747189c07e5536151de3e656bc8fa5d23d8baf3c.tar.gz |
Add vim tags to all python source files
Fixes Issue #243.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
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 |