[Python-checkins] CVS: python/dist/src/Mac/Modules/waste wastesupport.py,1.14,1.15

Jack Jansen jackjansen@users.sourceforge.net
Fri, 11 Jan 2002 04:37:18 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/waste
In directory usw-pr-cvs1:/tmp/cvs-serv18018/Python/Mac/Modules/waste

Modified Files:
	wastesupport.py 
Log Message:
- Updated to Waste 2.0.
- Use waste included with CW in stead of separate package.

Index: wastesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastesupport.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wastesupport.py	2001/06/20 21:21:07	1.14
--- wastesupport.py	2002/01/11 12:37:15	1.15
***************
*** 37,40 ****
--- 37,41 ----
  
  WEStyleMode = Type("WEStyleMode", "H")
+ WERulerMode = Type("WERulerMode", "l")
  WEActionKind = Type("WEActionKind", "h")
  WEAlignment = Type("WEAlignment", "B")
***************
*** 55,58 ****
--- 56,62 ----
  LongRect = OpaqueType("LongRect", "LongRect")
  LongRect_ptr = LongRect
+ 
+ TextEncodingVariant = Type("TextEncodingVariant", "l")
+ TextEncodingFormat = Type("TextEncodingFormat", "l")
  
  includestuff = includestuff + """