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

This commit is contained in:
Victor Stinner 2011-11-29 00:03:50 +01:00
parent f1c141b7fb
commit b9bb1f4db3

View file

@ -54,4 +54,4 @@ def start_color():
try:
has_key
except NameError:
from has_key import has_key
from .has_key import has_key