[Python-checkins] CVS: python/dist/src/Mac/Demo/sound playaiff.py,1.1,1.2

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


Update of /cvsroot/python/python/dist/src/Mac/Demo/sound
In directory usw-pr-cvs1:/tmp/cvs-serv20603/Python/Mac/Demo/sound

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

Index: playaiff.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Demo/sound/playaiff.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** playaiff.py	1995/01/30 11:52:49	1.1
--- playaiff.py	2001/08/25 12:08:54	1.2
***************
*** 1,4 ****
! from Sound import *
! import Snd
  
  import aifc, audioop
--- 1,4 ----
! from Carbon.Sound import *
! from Carbon import Snd
  
  import aifc, audioop