From 255fb3e9f37bc0a171d279d476148d994985d12d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 14 Apr 2013 12:51:36 -0400 Subject: add a newline --- Lib/test/test_py_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_py_compile.py b/Lib/test/test_py_compile.py index 13947b1..fa9726b 100644 --- a/Lib/test/test_py_compile.py +++ b/Lib/test/test_py_compile.py @@ -69,4 +69,4 @@ class PyCompileTests(unittest.TestCase): if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main() -- cgit v0.12