diff options
Diffstat (limited to 'tests/option_tests.py')
-rw-r--r-- | tests/option_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/option_tests.py b/tests/option_tests.py index d221b965..3185bce0 100644 --- a/tests/option_tests.py +++ b/tests/option_tests.py @@ -32,3 +32,5 @@ class GlobalOptionTest(unittest.TestCase): if __name__ == "__main__": unittest.main() + +# vim: et ts=4 sw=4 |