From 747189c07e5536151de3e656bc8fa5d23d8baf3c Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 26 Mar 2014 13:07:13 +0000 Subject: Add vim tags to all python source files Fixes Issue #243. Signed-off-by: Bryn M. Reeves --- example_plugins/example.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_plugins') 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 -- cgit