summaryrefslogtreecommitdiffstats
path: root/src/script/scons-post-install.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/scons-post-install.py')
-rw-r--r--src/script/scons-post-install.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/script/scons-post-install.py b/src/script/scons-post-install.py
index a622a6a..e8fad53 100644
--- a/src/script/scons-post-install.py
+++ b/src/script/scons-post-install.py
@@ -74,3 +74,9 @@ if len(sys.argv) > 1:
remove()
sys.exit(0)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: