diff options
author | Brett Cannon <brett@python.org> | 2013-04-14 16:51:36 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-04-14 16:51:36 (GMT) |
commit | 255fb3e9f37bc0a171d279d476148d994985d12d (patch) | |
tree | d1e40bc88494cc508faf0eb42e2fbe29c22a074d /Lib | |
parent | 9c367c2afeb56af0476c549c3f00e6dbcc7f46ea (diff) | |
download | cpython-255fb3e9f37bc0a171d279d476148d994985d12d.zip cpython-255fb3e9f37bc0a171d279d476148d994985d12d.tar.gz cpython-255fb3e9f37bc0a171d279d476148d994985d12d.tar.bz2 |
add a newline
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_py_compile.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |