mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +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
|
@ -21,7 +21,7 @@ import string
|
|||
import genpluginprojects
|
||||
|
||||
import aetools
|
||||
import AppleEvents
|
||||
from Carbon import AppleEvents
|
||||
|
||||
OLDAESUPPORT = 0
|
||||
|
||||
|
@ -33,8 +33,8 @@ if OLDAESUPPORT:
|
|||
else:
|
||||
import CodeWarrior
|
||||
|
||||
import Res
|
||||
import Dlg
|
||||
from Carbon import Res
|
||||
from Carbon import Dlg
|
||||
|
||||
import buildtools
|
||||
import cfmfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue