diff options
author | Brett Cannon <brett@python.org> | 2013-05-03 14:57:08 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-05-03 14:57:08 (GMT) |
commit | 95ea11fa311b1c7e428e47a5c3f21a279d6aa752 (patch) | |
tree | 686128a7aedd067833a58c6e5d68c7567ef440f1 /Lib | |
parent | 142685337f2eab63ac85d2e9a284a5eb900cd053 (diff) | |
download | cpython-95ea11fa311b1c7e428e47a5c3f21a279d6aa752.zip cpython-95ea11fa311b1c7e428e47a5c3f21a279d6aa752.tar.gz cpython-95ea11fa311b1c7e428e47a5c3f21a279d6aa752.tar.bz2 |
add trailing newline to file
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_imp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |