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