From 747189c07e5536151de3e656bc8fa5d23d8baf3c Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 26 Mar 2014 13:07:13 +0000 Subject: Add vim tags to all python source files Fixes Issue #243. Signed-off-by: Bryn M. Reeves --- tests/importer_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/importer_tests.py') 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 -- cgit