[Python-checkins] CVS: python/dist/src/Mac/Tools/IDE Wbase.py,1.5,1.6

Just van Rossum jvr@users.sourceforge.net
Wed, 31 Oct 2001 04:55:11 -0800


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory usw-pr-cvs1:/tmp/cvs-serv18611

Modified Files:
	Wbase.py 
Log Message:
call the correct base method (found due to better inheritance checking in 2.2)

Index: Wbase.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/Wbase.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Wbase.py	2001/08/25 12:13:53	1.5
--- Wbase.py	2001/10/31 12:55:07	1.6
***************
*** 456,460 ****
  		the items in the tuple are the relative sizes of these panes; these numbers should add up 
  		to 1 (the total size of all panes)."""
! 		ClickableWidget.__init__(self, possize)
  		self._panesizes = panesizes
  		self._gutter = gutter
--- 456,460 ----
  		the items in the tuple are the relative sizes of these panes; these numbers should add up 
  		to 1 (the total size of all panes)."""
! 		Widget.__init__(self, possize)
  		self._panesizes = panesizes
  		self._gutter = gutter