mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Fix curses module for strict SysV implementation (without has_key function)
This commit is contained in:
parent
f1c141b7fb
commit
b9bb1f4db3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue