diff options
-rw-r--r-- | Lib/curses/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/curses/__init__.py b/Lib/curses/__init__.py index 303ea3e..a3e9def 100644 --- a/Lib/curses/__init__.py +++ b/Lib/curses/__init__.py @@ -54,4 +54,4 @@ def start_color(): try: has_key except NameError: - from has_key import has_key + from .has_key import has_key |