mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
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
Block a user