mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
(Merge 3.2) Fix curses module for strict SysV implementation (without has_key function)
This commit is contained in:
commit
5d7c9aba29
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def start_color():
|
|||
try:
|
||||
has_key
|
||||
except NameError:
|
||||
from has_key import has_key
|
||||
from .has_key import has_key
|
||||
|
||||
# Wrapper for the entire curses-based application. Runs a function which
|
||||
# should be the rest of your curses-based application. If the application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue