mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -1,8 +1,8 @@
|
|||
"""cmtest - List all components in the system"""
|
||||
|
||||
import Cm
|
||||
import Res
|
||||
import sys
|
||||
from Carbon import Cm
|
||||
from Carbon import Res
|
||||
from Carbon import sys
|
||||
|
||||
def getstr255(r):
|
||||
"""Get string from str255 resource"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue