Fix curses module for strict SysV implementation (without has_key function)
This commit is contained in:
parent
f1c141b7fb
commit
b9bb1f4db3
|
@ -54,4 +54,4 @@ def start_color():
|
|||
try:
|
||||
has_key
|
||||
except NameError:
|
||||
from has_key import has_key
|
||||
from .has_key import has_key
|
||||
|
|
Loading…
Reference in New Issue