diff options
| author | Steven Knight <knight@baldmt.com> | 2009-02-18 16:29:08 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2009-02-18 16:29:08 (GMT) |
| commit | e7330ed4cc2e3fa560c276797a712cd1b0741e5c (patch) | |
| tree | 4cdc7538f9be218f637f597c375a4c7c8f3d197e | |
| parent | e9c4970bd297ee3eafdad0f4b64d79e071ee2e24 (diff) | |
| download | SCons-e7330ed4cc2e3fa560c276797a712cd1b0741e5c.zip SCons-e7330ed4cc2e3fa560c276797a712cd1b0741e5c.tar.gz SCons-e7330ed4cc2e3fa560c276797a712cd1b0741e5c.tar.bz2 | |
Add missing editor settings.
| -rw-r--r-- | test/Libs/LIBS-LIBPREFIX-exists.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/LIBS-LIBPREFIX-exists.py b/test/Libs/LIBS-LIBPREFIX-exists.py index 3cb2aba..814eda9 100644 --- a/test/Libs/LIBS-LIBPREFIX-exists.py +++ b/test/Libs/LIBS-LIBPREFIX-exists.py @@ -122,3 +122,9 @@ test.run(program=blender_exe, stdout='src/component1/message.c\nsrc/component2/hello.c\n') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |
