diff options
Diffstat (limited to 'src/script/scons.py')
-rw-r--r-- | src/script/scons.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/script/scons.py b/src/script/scons.py index 698c9b4..94ecccb 100644 --- a/src/script/scons.py +++ b/src/script/scons.py @@ -163,3 +163,9 @@ if __name__ == "__main__": # this does all the work, and calls sys.exit # with the proper exit status when done. SCons.Script.main() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |