diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
commit | ba21ffe311490bb348716e8e9127109e7fdc2f08 (patch) | |
tree | 5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/SideEffect | |
parent | 895f277379ccb6272549468d18f27f4a5fc2ee2f (diff) | |
download | SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.zip SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.gz SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.bz2 |
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/SideEffect')
-rw-r--r-- | test/SideEffect/basic.py | 6 | ||||
-rw-r--r-- | test/SideEffect/directory.py | 6 | ||||
-rw-r--r-- | test/SideEffect/parallel.py | 6 | ||||
-rw-r--r-- | test/SideEffect/variant_dir.py | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/test/SideEffect/basic.py b/test/SideEffect/basic.py index f075430..0ded6b6 100644 --- a/test/SideEffect/basic.py +++ b/test/SideEffect/basic.py @@ -105,3 +105,9 @@ foo.in -> foo.out test.must_match('log.txt', expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SideEffect/directory.py b/test/SideEffect/directory.py index ec4f261..23f50af 100644 --- a/test/SideEffect/directory.py +++ b/test/SideEffect/directory.py @@ -71,3 +71,9 @@ test.must_exist(test.workpath('log', 'bar.out')) test.must_exist(test.workpath('log', 'blat.out')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SideEffect/parallel.py b/test/SideEffect/parallel.py index de4f578..ff883c4 100644 --- a/test/SideEffect/parallel.py +++ b/test/SideEffect/parallel.py @@ -97,3 +97,9 @@ test.must_contain_all_lines(test.read('log.txt'), log_lines) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SideEffect/variant_dir.py b/test/SideEffect/variant_dir.py index 44fbd79..cc7b8e9 100644 --- a/test/SideEffect/variant_dir.py +++ b/test/SideEffect/variant_dir.py @@ -75,3 +75,9 @@ bar.in -> %s test.must_match('build/log.txt', expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |