mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +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 @@
|
|||
# Show off SndPlay (and some resource manager functions).
|
||||
# Get a list of all 'snd ' resources in the system and play them all.
|
||||
|
||||
from Res import *
|
||||
from Snd import *
|
||||
from Carbon.Res import *
|
||||
from Carbon.Snd import *
|
||||
|
||||
ch = SndNewChannel(0, 0, None)
|
||||
print "Channel:", ch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue