mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +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
|
|
@ -14,14 +14,14 @@ import sys
|
|||
import traceback
|
||||
import aetools
|
||||
import string
|
||||
import AE
|
||||
import EasyDialogs
|
||||
from Carbon import AE
|
||||
from Carbon import EasyDialogs
|
||||
import os
|
||||
import Qd
|
||||
from Carbon import Qd
|
||||
from Types import *
|
||||
from Events import charCodeMask, cmdKey
|
||||
from Carbon.Events import charCodeMask, cmdKey
|
||||
import MacOS
|
||||
import Evt
|
||||
from Carbon import Evt
|
||||
|
||||
def dummyfunc(): pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue