summaryrefslogtreecommitdiffstats
path: root/bin/Command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Command.py')
-rw-r--r--bin/Command.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Command.py b/bin/Command.py
index ebdf589..b47e896 100644
--- a/bin/Command.py
+++ b/bin/Command.py
@@ -127,3 +127,9 @@ Usage: script-template.py [-hnq]
if __name__ == "__main__":
sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: