Commit b9bb1f4d authored by Victor Stinner's avatar Victor Stinner

Fix curses module for strict SysV implementation (without has_key function)

parent f1c141b7
......@@ -54,4 +54,4 @@ def start_color():
try:
has_key
except NameError:
from has_key import has_key
from .has_key import has_key
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment