mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +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
|
@ -3,21 +3,21 @@
|
|||
# This program is getting more and more clunky. It should really
|
||||
# be rewritten in a modeless way some time soon.
|
||||
|
||||
from Dlg import *
|
||||
from Events import *
|
||||
from Res import *
|
||||
import Controls
|
||||
from Carbon.Dlg import *
|
||||
from Carbon.Events import *
|
||||
from Carbon.Res import *
|
||||
from Carbon import Controls
|
||||
import string
|
||||
import struct
|
||||
import macfs
|
||||
import MacOS
|
||||
import os
|
||||
import sys
|
||||
import Res # For Res.Error
|
||||
from Carbon import Res # For Res.Error
|
||||
import pythonprefs
|
||||
import EasyDialogs
|
||||
try:
|
||||
import Help
|
||||
from Carbon import Help
|
||||
except ImportError:
|
||||
Help = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue