commit | ad6a99c0111a9291b5b0c09507cd821e9c4937fb | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sat Sep 10 10:38:22 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sat Sep 10 10:38:22 2016 +0000 |
tree | b13668a881ada05114efdad58b9a72b04da27b01 | |
parent | 7f8ce85947b32c64332d8a1bd14efe755ff49a50 [diff] [blame] |
Correct print() calls to print a blank line in various test cases
diff --git a/Lib/test/test_curses.py b/Lib/test/test_curses.py index bdb71e5..8a39cd0 100644 --- a/Lib/test/test_curses.py +++ b/Lib/test/test_curses.py
@@ -63,7 +63,7 @@ def setUp(self): if verbose: # just to make the test output a little more readable - print() + print('') self.stdscr = curses.initscr() curses.savetty()