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

Jack Jansen jackjansen@users.sourceforge.net
Fri, 03 Aug 2001 07:12:40 -0700


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

Modified Files:
	icgluetest.py 
Log Message:
ICFindConfigFile isn't needed, and it's gone under carbon.

Index: icgluetest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/icgluetest.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** icgluetest.py	1997/01/09 16:26:23	1.2
--- icgluetest.py	2001/08/03 14:12:36	1.3
***************
*** 1,3 ****
! """Test icglue module by printing all preferences"""
  
  import icglue
--- 1,4 ----
! """Test icglue module by printing all preferences. Note that the ic module,
! not the icglue module, is what you should normally use."""
  
  import icglue
***************
*** 5,9 ****
  
  ici = icglue.ICStart('Pyth')
! ici.ICFindConfigFile()
  h = Res.Resource("")
  
--- 6,10 ----
  
  ici = icglue.ICStart('Pyth')
! #ici.ICFindConfigFile()
  h = Res.Resource("")