diff options
Diffstat (limited to 'tests/importer_tests.py')
-rw-r--r-- | tests/importer_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/importer_tests.py b/tests/importer_tests.py index e7e20a27..2182ca26 100644 --- a/tests/importer_tests.py +++ b/tests/importer_tests.py @@ -12,4 +12,4 @@ class ImporterHelperTests(unittest.TestCase): if __name__ == "__main__": unittest.main() -# vim: et ts=4 sw=4 +# vim: set et ts=4 sw=4 : |