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/Progress | |
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/Progress')
-rw-r--r-- | test/Progress/TARGET.py | 6 | ||||
-rw-r--r-- | test/Progress/dots.py | 6 | ||||
-rw-r--r-- | test/Progress/file.py | 6 | ||||
-rw-r--r-- | test/Progress/function.py | 6 | ||||
-rw-r--r-- | test/Progress/interval.py | 6 | ||||
-rw-r--r-- | test/Progress/object.py | 6 | ||||
-rw-r--r-- | test/Progress/spinner.py | 6 |
7 files changed, 42 insertions, 0 deletions
diff --git a/test/Progress/TARGET.py b/test/Progress/TARGET.py index e45f859..c2b4213 100644 --- a/test/Progress/TARGET.py +++ b/test/Progress/TARGET.py @@ -64,3 +64,9 @@ if os.linesep != '\n': test.run(arguments = '-Q .', stdout=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/Progress/dots.py b/test/Progress/dots.py index 23b3e72..e31ec56 100644 --- a/test/Progress/dots.py +++ b/test/Progress/dots.py @@ -58,3 +58,9 @@ expect = """\ test.run(arguments = '-Q .', stdout=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/Progress/file.py b/test/Progress/file.py index f0116c0..6095fb0 100644 --- a/test/Progress/file.py +++ b/test/Progress/file.py @@ -79,3 +79,9 @@ if os.linesep != '\n': test.must_match('progress.out', 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/Progress/function.py b/test/Progress/function.py index 2fcb671..9998008 100644 --- a/test/Progress/function.py +++ b/test/Progress/function.py @@ -73,3 +73,9 @@ mpf: . test.run(arguments = '-Q .', stdout=expect_stdout, stderr=expect_stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Progress/interval.py b/test/Progress/interval.py index 767bf20..2b99238 100644 --- a/test/Progress/interval.py +++ b/test/Progress/interval.py @@ -66,3 +66,9 @@ stderr: . test.run(arguments = '-Q .', stdout=expect_stdout, stderr=expect_stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Progress/object.py b/test/Progress/object.py index 4dad1a1..25c53cf 100644 --- a/test/Progress/object.py +++ b/test/Progress/object.py @@ -76,3 +76,9 @@ expect_stderr = """\ test.run(arguments = '-Q .', stdout=expect_stdout, stderr=expect_stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Progress/spinner.py b/test/Progress/spinner.py index c600b67..0919b44 100644 --- a/test/Progress/spinner.py +++ b/test/Progress/spinner.py @@ -64,3 +64,9 @@ if os.linesep != '\n': test.run(arguments = '-Q .', stdout=expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |