diff options
Diffstat (limited to 'test/Progress/dots.py')
-rw-r--r-- | test/Progress/dots.py | 6 |
1 files changed, 6 insertions, 0 deletions
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: |