diff options
Diffstat (limited to 'test/Actions/timestamp.py')
-rw-r--r-- | test/Actions/timestamp.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Actions/timestamp.py b/test/Actions/timestamp.py index ee93596..835ac7f 100644 --- a/test/Actions/timestamp.py +++ b/test/Actions/timestamp.py @@ -54,3 +54,9 @@ env.Command('file.out', 'file.in', my_copy) test.not_up_to_date(arguments = 'file.out') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |