commit | f376ef0996974c30f608020427fead6edb66877d | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@letterror.com> | Sun Nov 18 14:12:43 2001 +0000 |
committer | Just van Rossum <just@letterror.com> | Sun Nov 18 14:12:43 2001 +0000 |
tree | 35790707ba2d5acde5735c5a4f0e3acf17f2a880 | |
parent | ebbd14d7c208cda1bfc0f169a48a9dcd54a7dcfd [diff] [blame] |
a whole bunch of OSX tweaks
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 @@ 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: