mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +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
|
@ -6,7 +6,7 @@ import imp
|
|||
import sys
|
||||
import os
|
||||
import string
|
||||
import Dlg
|
||||
from Carbon import Dlg
|
||||
import macfs
|
||||
|
||||
DIALOG_ID = 512
|
||||
|
@ -83,7 +83,7 @@ def interact():
|
|||
|
||||
def main():
|
||||
curdir = os.getcwd()
|
||||
import Res
|
||||
from Carbon import Res
|
||||
try:
|
||||
Res.FSpOpenResFile('RunLibScript.rsrc', 1)
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue