diff options
Diffstat (limited to 'test/subclassing.py')
-rw-r--r-- | test/subclassing.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/subclassing.py b/test/subclassing.py index 31632a9..655de51 100644 --- a/test/subclassing.py +++ b/test/subclassing.py @@ -77,3 +77,9 @@ test.must_match(['install', 'f1.out'], "f1.in\n") test.must_match(['install', 'f2.out'], "f2.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |