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/AddOption | |
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/AddOption')
-rw-r--r-- | test/AddOption/basic.py | 6 | ||||
-rw-r--r-- | test/AddOption/help.py | 6 | ||||
-rw-r--r-- | test/AddOption/optional-arg.py | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/test/AddOption/basic.py b/test/AddOption/basic.py index b41b63a..a1bb7b3 100644 --- a/test/AddOption/basic.py +++ b/test/AddOption/basic.py @@ -66,3 +66,9 @@ test.run('-Q -q . -- --prefix=/home/foo --force', stdout="None\nNone\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/AddOption/help.py b/test/AddOption/help.py index d7f02f1..7b5c01d 100644 --- a/test/AddOption/help.py +++ b/test/AddOption/help.py @@ -80,3 +80,9 @@ if unexpected: test.fail_test() test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/AddOption/optional-arg.py b/test/AddOption/optional-arg.py index 2bf849e..f976ad9 100644 --- a/test/AddOption/optional-arg.py +++ b/test/AddOption/optional-arg.py @@ -98,3 +98,9 @@ test.run(status=2, stderr=expect, match=TestSCons.match_re) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |