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

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


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

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

Index: test_setcontroldata.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/test_setcontroldata.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_setcontroldata.py	1999/12/09 15:36:36	1.1
--- test_setcontroldata.py	2001/08/25 12:13:07	1.2
***************
*** 1,4 ****
  import W
! from Controls import *
  
  w = W.Window((200,200), "Test")
--- 1,4 ----
  import W
! from Carbon.Controls import *
  
  w = W.Window((200,200), "Test")