diff options
Diffstat (limited to 'src/test_interrupts.py')
-rw-r--r-- | src/test_interrupts.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test_interrupts.py b/src/test_interrupts.py index eee1f0c..0876a01 100644 --- a/src/test_interrupts.py +++ b/src/test_interrupts.py @@ -138,3 +138,9 @@ for f in files: test.fail_test(uncaughtKeyboardInterrupt) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |