mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Import the MacOS toolbox modules from the Carbon package.
This commit is contained in:
parent
6dba6bc0a2
commit
5a6fdcd371
100 changed files with 336 additions and 331 deletions
|
@ -10,10 +10,11 @@ def init():
|
|||
import MacOS
|
||||
MacOS.EnableAppswitch(-1)
|
||||
|
||||
import Qd, QuickDraw
|
||||
from Carbon import Qd, QuickDraw
|
||||
Qd.SetCursor(Qd.GetCursor(QuickDraw.watchCursor).data)
|
||||
|
||||
import Res, sys, os
|
||||
from Carbon import Res
|
||||
import sys, os
|
||||
try:
|
||||
Res.GetResource('DITL', 468)
|
||||
except Res.Error:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue