Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9bb1f4

Browse files
author
Victor Stinner
committed
Fix curses module for strict SysV implementation (without has_key function)
1 parent f1c141b commit b9bb1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/curses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def start_color():
5454
try:
5555
has_key
5656
except NameError:
57-
from has_key import has_key
57+
from .has_key import has_key

0 commit comments

Comments
 (0)