[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer Required_Suite.py, 1.6, 1.7 Standard_Suite.py, 1.6, 1.7 Web_Browser_Suite.py, 1.6, 1.7

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:15:20 CEST 2004


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

Modified Files:
	Required_Suite.py Standard_Suite.py Web_Browser_Suite.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: Required_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Required_Suite.py	12 Apr 2003 22:27:06 -0000	1.6
--- Required_Suite.py	18 Jul 2004 06:14:47 -0000	1.7
***************
*** 74,78 ****
  
      def run(self, _no_object=None, _attributes={}, **_arguments):
!         """run: 
          Keyword argument _attributes: AppleEvent attribute dictionary
          """
--- 74,78 ----
  
      def run(self, _no_object=None, _attributes={}, **_arguments):
!         """run:
          Keyword argument _attributes: AppleEvent attribute dictionary
          """

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Standard_Suite.py	13 Jun 2003 14:31:11 -0000	1.6
--- Standard_Suite.py	18 Jul 2004 06:14:47 -0000	1.7
***************
*** 18,22 ****
  
      def get(self, _object, _attributes={}, **_arguments):
!         """get: 
          Required argument: an AE object reference
          Keyword argument as: undocumented, typecode 'type'
--- 18,22 ----
  
      def get(self, _object, _attributes={}, **_arguments):
!         """get:
          Required argument: an AE object reference
          Keyword argument as: undocumented, typecode 'type'

Index: Web_Browser_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Web_Browser_Suite.py	12 Apr 2003 22:27:06 -0000	1.6
--- Web_Browser_Suite.py	18 Jul 2004 06:14:47 -0000	1.7
***************
*** 85,89 ****
          Required argument: Window Identifier of the window
          Keyword argument _attributes: AppleEvent attribute dictionary
!         Returns:   
          """
          _code = 'WWW!'
--- 85,89 ----
          Required argument: Window Identifier of the window
          Keyword argument _attributes: AppleEvent attribute dictionary
!         Returns:
          """
          _code = 'WWW!'



More information about the Python-checkins mailing list