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