diff options
Diffstat (limited to 'Mac/Tools/IDE/W.py')
-rw-r--r-- | Mac/Tools/IDE/W.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/W.py b/Mac/Tools/IDE/W.py index 22b1ea1..397b211 100644 --- a/Mac/Tools/IDE/W.py +++ b/Mac/Tools/IDE/W.py @@ -31,7 +31,8 @@ def getdefaultfont(): return prefs.defaultfont def Message(text): - import EasyDialogs, Qd, string + import EasyDialogs, string + from Carbon import Qd Qd.InitCursor() text = string.replace(text, "\n", "\r") if not text: |