From 95ea11fa311b1c7e428e47a5c3f21a279d6aa752 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 3 May 2013 10:57:08 -0400 Subject: add trailing newline to file --- Lib/test/test_imp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py index 1cd7c8a..44a2d9c 100644 --- a/Lib/test/test_imp.py +++ b/Lib/test/test_imp.py @@ -452,4 +452,4 @@ class NullImporterTests(unittest.TestCase): if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main() -- cgit v0.12