mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
a whole bunch of OSX tweaks
This commit is contained in:
parent
ebbd14d7c2
commit
f376ef0996
10 changed files with 107 additions and 71 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue