[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/SystemEvents Disk_Folder_File_Suite.py, 1.2, 1.3 Folder_Actions_Suite.py, 1.4, 1.5 Standard_Suite.py, 1.4, 1.5

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:14:50 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/SystemEvents
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/plat-mac/lib-scriptpackages/SystemEvents

Modified Files:
	Disk_Folder_File_Suite.py Folder_Actions_Suite.py 
	Standard_Suite.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: Disk_Folder_File_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Disk_Folder_File_Suite.py	13 Jun 2003 14:31:17 -0000	1.2
--- Disk_Folder_File_Suite.py	18 Jul 2004 06:14:48 -0000	1.3
***************
*** 314,332 ****
  }
  _Enum_edfm = {
!     'MS_2d_DOS_format' : 'dfms',	# MS-DOS format
!     'Apple_Photo_format' : 'dfph',	# Apple Photo format
!     'ISO_9660_format' : 'df96',	# ISO 9660 format
!     'QuickTake_format' : 'dfqt',	# QuickTake format
!     'AppleShare_format' : 'dfas',	# AppleShare format
!     'High_Sierra_format' : 'dfhs',	# High Sierra format
!     'Mac_OS_Extended_format' : 'dfh+',	# Mac OS Extended format
!     'UDF_format' : 'dfud',	# UDF format
!     'unknown_format' : 'df??',	# unknown format
!     'audio_format' : 'dfau',	# audio format
!     'Mac_OS_format' : 'dfhf',	# Mac OS format
!     'UFS_format' : 'dfuf',	# UFS format
!     'NFS_format' : 'dfnf',	# NFS format
!     'ProDOS_format' : 'dfpr',	# ProDOS format
!     'WebDAV_format' : 'dfwd',	# WebDAV format
  }
  
--- 314,332 ----
  }
  _Enum_edfm = {
!     'MS_2d_DOS_format' : 'dfms',        # MS-DOS format
!     'Apple_Photo_format' : 'dfph',      # Apple Photo format
!     'ISO_9660_format' : 'df96', # ISO 9660 format
!     'QuickTake_format' : 'dfqt',        # QuickTake format
!     'AppleShare_format' : 'dfas',       # AppleShare format
!     'High_Sierra_format' : 'dfhs',      # High Sierra format
!     'Mac_OS_Extended_format' : 'dfh+',  # Mac OS Extended format
!     'UDF_format' : 'dfud',      # UDF format
!     'unknown_format' : 'df??',  # unknown format
!     'audio_format' : 'dfau',    # audio format
!     'Mac_OS_format' : 'dfhf',   # Mac OS format
!     'UFS_format' : 'dfuf',      # UFS format
!     'NFS_format' : 'dfnf',      # NFS format
!     'ProDOS_format' : 'dfpr',   # ProDOS format
!     'WebDAV_format' : 'dfwd',   # WebDAV format
  }
  

Index: Folder_Actions_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Folder_Actions_Suite.py	13 Jun 2003 14:31:18 -0000	1.4
--- Folder_Actions_Suite.py	18 Jul 2004 06:14:48 -0000	1.5
***************
*** 253,261 ****
  }
  _Enum_actn = {
!     'items_added' : 'fget',	# items added
!     'items_removed' : 'flos',	# items removed
!     'window_closed' : 'fclo',	# window closed
!     'window_moved' : 'fsiz',	# window moved
!     'window_opened' : 'fopn',	# window opened
  }
  
--- 253,261 ----
  }
  _Enum_actn = {
!     'items_added' : 'fget',     # items added
!     'items_removed' : 'flos',   # items removed
!     'window_closed' : 'fclo',   # window closed
!     'window_moved' : 'fsiz',    # window moved
!     'window_opened' : 'fopn',   # window opened
  }
  

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Standard_Suite.py	13 Jun 2003 14:31:18 -0000	1.4
--- Standard_Suite.py	18 Jul 2004 06:14:48 -0000	1.5
***************
*** 525,531 ****
      """\xb3 - Greater than or equal to """
  _Enum_savo = {
!     'ask' : 'ask ',	# Ask the user whether or not to save the file.
!     'yes' : 'yes ',	# Save the file.
!     'no' : 'no  ',	# Do not save the file.
  }
  
--- 525,531 ----
      """\xb3 - Greater than or equal to """
  _Enum_savo = {
!     'ask' : 'ask ',     # Ask the user whether or not to save the file.
!     'yes' : 'yes ',     # Save the file.
!     'no' : 'no  ',      # Do not save the file.
  }
  



More information about the Python-checkins mailing list