[Python-checkins] CVS: python/dist/src/Mac/Lib/test tsnd.py,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Sat, 25 Aug 2001 05:13:26 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv22139/Python/Mac/Lib/test

Modified Files:
	tsnd.py 
Log Message:
Import the MacOS toolbox modules from the Carbon package.

Index: tsnd.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/tsnd.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tsnd.py	1995/01/30 11:52:54	1.1
--- tsnd.py	2001/08/25 12:13:24	1.2
***************
*** 2,7 ****
  # Get a list of all 'snd ' resources in the system and play them all.
  
! from Res import *
! from Snd import *
  
  ch = SndNewChannel(0, 0, None)
--- 2,7 ----
  # Get a list of all 'snd ' resources in the system and play them all.
  
! from Carbon.Res import *
! from Carbon.Snd import *
  
  ch = SndNewChannel(0, 0, None)