diff options
Diffstat (limited to 'test/Deprecated/Options/Options.py')
-rw-r--r-- | test/Deprecated/Options/Options.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Deprecated/Options/Options.py b/test/Deprecated/Options/Options.py index 1edfa97..d04ad44 100644 --- a/test/Deprecated/Options/Options.py +++ b/test/Deprecated/Options/Options.py @@ -369,3 +369,9 @@ env2 = Environment(options = SCons.Options.Options()) test.run(stderr=warnings) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |