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/Subst | |
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/Subst')
-rw-r--r-- | test/Subst/AllowSubstExceptions.py | 6 | ||||
-rw-r--r-- | test/Subst/SyntaxError.py | 6 | ||||
-rw-r--r-- | test/Subst/TypeError.py | 6 | ||||
-rw-r--r-- | test/Subst/null-sources-attr.py | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/test/Subst/AllowSubstExceptions.py b/test/Subst/AllowSubstExceptions.py index 5709428..6401f7e 100644 --- a/test/Subst/AllowSubstExceptions.py +++ b/test/Subst/AllowSubstExceptions.py @@ -91,3 +91,9 @@ test.run() #print test.stdout() test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Subst/SyntaxError.py b/test/Subst/SyntaxError.py index b37cdf4..94be468 100644 --- a/test/Subst/SyntaxError.py +++ b/test/Subst/SyntaxError.py @@ -72,3 +72,9 @@ test.run(status=2, stderr=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/Subst/TypeError.py b/test/Subst/TypeError.py index d042b6d..ed000fd 100644 --- a/test/Subst/TypeError.py +++ b/test/Subst/TypeError.py @@ -90,3 +90,9 @@ test.run(status=2, stderr=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/Subst/null-sources-attr.py b/test/Subst/null-sources-attr.py index ac3ffd8..64a0b5b 100644 --- a/test/Subst/null-sources-attr.py +++ b/test/Subst/null-sources-attr.py @@ -61,3 +61,9 @@ test.must_match('out1', "file1\nfile2\nfile3\n") test.must_match('out2', "file1\nfile2\nfile3\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |