We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1439c77 + b9bb1f4 commit 5d7c9abCopy full SHA for 5d7c9ab
1 file changed
Lib/curses/__init__.py
@@ -53,7 +53,7 @@ def start_color():
53
try:
54
has_key
55
except NameError:
56
- from has_key import has_key
+ from .has_key import has_key
57
58
# Wrapper for the entire curses-based application. Runs a function which
59
# should be the rest of your curses-based application. If the application
0 commit comments