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/Parallel | |
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/Parallel')
-rw-r--r-- | test/Parallel/duplicate-children.py | 6 | ||||
-rw-r--r-- | test/Parallel/duplicate-target.py | 6 | ||||
-rw-r--r-- | test/Parallel/failed-build.py | 6 | ||||
-rw-r--r-- | test/Parallel/multiple-parents.py | 6 | ||||
-rw-r--r-- | test/Parallel/ref_count.py | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/test/Parallel/duplicate-children.py b/test/Parallel/duplicate-children.py index 26d873b..c6c5c29 100644 --- a/test/Parallel/duplicate-children.py +++ b/test/Parallel/duplicate-children.py @@ -66,3 +66,9 @@ test.must_match('foo.out', "foo.in\n") test.must_match('foobar', "foo.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Parallel/duplicate-target.py b/test/Parallel/duplicate-target.py index 43015fe..a9d511e 100644 --- a/test/Parallel/duplicate-target.py +++ b/test/Parallel/duplicate-target.py @@ -96,3 +96,9 @@ work/sub/f2.in """) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Parallel/failed-build.py b/test/Parallel/failed-build.py index 7056db1..e6a0589 100644 --- a/test/Parallel/failed-build.py +++ b/test/Parallel/failed-build.py @@ -109,3 +109,9 @@ test.must_not_exist(test.workpath('f6')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Parallel/multiple-parents.py b/test/Parallel/multiple-parents.py index 1b7a1a1..69accaa 100644 --- a/test/Parallel/multiple-parents.py +++ b/test/Parallel/multiple-parents.py @@ -241,3 +241,9 @@ for i in range(5): test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Parallel/ref_count.py b/test/Parallel/ref_count.py index 93b6142..1eab173 100644 --- a/test/Parallel/ref_count.py +++ b/test/Parallel/ref_count.py @@ -151,3 +151,9 @@ after.in modified """) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |