summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-05-03 14:57:08 (GMT)
committerBrett Cannon <brett@python.org>2013-05-03 14:57:08 (GMT)
commit95ea11fa311b1c7e428e47a5c3f21a279d6aa752 (patch)
tree686128a7aedd067833a58c6e5d68c7567ef440f1 /Lib
parent142685337f2eab63ac85d2e9a284a5eb900cd053 (diff)
downloadcpython-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.py2
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()