diff options
Diffstat (limited to 'Lib/idlelib/ZoomHeight.py')
-rw-r--r-- | Lib/idlelib/ZoomHeight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ZoomHeight.py b/Lib/idlelib/ZoomHeight.py index 5627a0d..e8d1710 100644 --- a/Lib/idlelib/ZoomHeight.py +++ b/Lib/idlelib/ZoomHeight.py @@ -3,7 +3,7 @@ import re import sys -from . import macosxSupport +from idlelib import macosxSupport class ZoomHeight: |