summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/exitfuncs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/exitfuncs.py')
-rw-r--r--src/engine/SCons/exitfuncs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/SCons/exitfuncs.py b/src/engine/SCons/exitfuncs.py
index 943bbd8..d911b52 100644
--- a/src/engine/SCons/exitfuncs.py
+++ b/src/engine/SCons/exitfuncs.py
@@ -69,3 +69,9 @@ except AttributeError:
sys.exitfunc = _run_exitfuncs
del sys
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: