diff options
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r-- | tests/plugin_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 7364eff1..e30ded5c 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -319,4 +319,4 @@ class RegexSubTests(unittest.TestCase): if __name__ == "__main__": unittest.main() -# vim: et ts=4 sw=4 +# vim: set et ts=4 sw=4 : |