[Python-checkins] python/dist/src/Mac/Modules/app appsupport.py,1.14,1.15

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 22 Aug 2002 16:30:50 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/app
In directory usw-pr-cvs1:/tmp/cvs-serv18635/Mac/Modules/app

Modified Files:
	appsupport.py 
Log Message:
Moved CoreFoundation type support to bgen/macsupport.


Index: appsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/app/appsupport.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** appsupport.py	24 Mar 2002 23:01:55 -0000	1.14
--- appsupport.py	22 Aug 2002 23:30:48 -0000	1.15
***************
*** 70,75 ****
  ThemeMetric = Type("ThemeMetric", "l")
  RGBColor = OpaqueType("RGBColor", "QdRGB")
- CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
- CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj")
  TruncCode = Type("TruncCode", "h")
  
--- 70,73 ----