diff options
Diffstat (limited to 'test/Dir/Dir.py')
-rw-r--r-- | test/Dir/Dir.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Dir/Dir.py b/test/Dir/Dir.py index d7ec9ae..af0a10b 100644 --- a/test/Dir/Dir.py +++ b/test/Dir/Dir.py @@ -72,3 +72,9 @@ env.MD(target='sub2', source=['SConstruct'], OVERRIDE='foo') test.run() test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |