summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_curses.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_curses.py')
-rw-r--r--Lib/test/test_curses.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_curses.py b/Lib/test/test_curses.py
index 10ebe09..2065ef2 100644
--- a/Lib/test/test_curses.py
+++ b/Lib/test/test_curses.py
@@ -204,7 +204,7 @@ def unit_tests():
]:
if ascii.unctrl(ch) != expected:
print 'curses.unctrl fails on character', repr(ch)
-
+
def main(stdscr):
@@ -215,7 +215,7 @@ def main(stdscr):
finally:
curses.resetty()
-
+
if __name__ == '__main__':
curses.wrapper(main)
unit_tests()