summaryrefslogtreecommitdiffstats
path: root/Lib/curses/has_key.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/curses/has_key.py')
-rw-r--r--Lib/curses/has_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/curses/has_key.py b/Lib/curses/has_key.py
index 60b7be9..4e37b48 100644
--- a/Lib/curses/has_key.py
+++ b/Lib/curses/has_key.py
@@ -189,4 +189,4 @@ if __name__ == '__main__':
% (_curses.keyname( key ), system, python) )
finally:
_curses.endwin()
- for i in L: print i
+ for i in L: print(i)