summaryrefslogtreecommitdiffstats
path: root/Lib/curses
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/curses')
-rw-r--r--Lib/curses/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/curses/__init__.py b/Lib/curses/__init__.py
index 61ce443..7bfa667 100644
--- a/Lib/curses/__init__.py
+++ b/Lib/curses/__init__.py
@@ -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