[Python-checkins] CVS: python/dist/src/Lib/lib-tk Tix.py,1.8,1.9

Martin v. L?wis loewis@users.sourceforge.net
Thu, 28 Mar 2002 08:26:43 -0800


Update of /cvsroot/python/python/dist/src/Lib/lib-tk
In directory usw-pr-cvs1:/tmp/cvs-serv9063

Modified Files:
	Tix.py 
Log Message:
Reindent.


Index: Tix.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/Tix.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Tix.py	27 Mar 2002 17:59:17 -0000	1.8
--- Tix.py	28 Mar 2002 16:26:40 -0000	1.9
***************
*** 5,9 ****
  # Tix.py -- Tix widget wrappers.
  #
! #	For Tix, see http://tix.sourceforge.net
  #
  #       - Sudhir Shenoy (sshenoy@gol.com), Dec. 1995.
--- 5,9 ----
  # Tix.py -- Tix widget wrappers.
  #
! #       For Tix, see http://tix.sourceforge.net
  #
[...2273 lines suppressed...]
  ########################
***************
*** 1613,1617 ****
      s = ''
      for type in dict.keys():
!        s = s + '{{' + type + '} {' + type + ' - ' + dict[type] + '}} '
      return s
  
--- 1613,1617 ----
      s = ''
      for type in dict.keys():
!         s = s + '{{' + type + '} {' + type + ' - ' + dict[type] + '}} '
      return s
  
***************
*** 1625,1627 ****
      """
      pass
- 
--- 1625,1626 ----