diff options
Diffstat (limited to 'Mac/Lib/test/tsnd.py')
-rw-r--r-- | Mac/Lib/test/tsnd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/test/tsnd.py b/Mac/Lib/test/tsnd.py index ac347cb..919785a 100644 --- a/Mac/Lib/test/tsnd.py +++ b/Mac/Lib/test/tsnd.py @@ -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 |