[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/Finder Containers_and_folders.py,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:40:40 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder
In directory usw-pr-cvs1:/tmp/cvs-serv27556/Python/Mac/Lib/lib-scriptpackages/Finder

Modified Files:
	Containers_and_folders.py 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

Index: Containers_and_folders.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Containers_and_folders.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Containers_and_folders.py	2000/08/22 20:35:16	1.2
--- Containers_and_folders.py	2001/05/17 12:40:38	1.3
***************
*** 213,217 ****
  
  class desktop_2d_object(aetools.ComponentItem):
! 	"""desktop-object - Desktop-object is the class of the ³desktop² object """
  	want = 'cdsk'
  class startup_disk(aetools.NProperty):
--- 213,217 ----
  
  class desktop_2d_object(aetools.ComponentItem):
! 	"""desktop-object - Desktop-object is the class of the –desktop” object """
  	want = 'cdsk'
  class startup_disk(aetools.NProperty):
***************
*** 243,247 ****
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the ³trash² object """
  	want = 'ctrs'
  class warns_before_emptying(aetools.NProperty):
--- 243,247 ----
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the –trash” object """
  	want = 'ctrs'
  class warns_before_emptying(aetools.NProperty):