Update of /cvsroot/pythoncard/PythonCard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31999
Modified Files:
helpful.py
Log Message:
Oops - remove debugging print stmt.
Index: helpful.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/helpful.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** helpful.py 2 Nov 2005 11:16:57 -0000 1.2
--- helpful.py 2 Nov 2005 11:25:56 -0000 1.3
***************
*** 142,146 ****
startx, starty = self.components.box.position
sx,sy = self.components.box.GetBestSize()
! print starty, len(boxes), sy, (len(boxes)-1) * (sy+20), owy
wy = (len(boxes)+1) * (sy+20) + 30
self.size = (owx, wy)
--- 142,146 ----
startx, starty = self.components.box.position
sx,sy = self.components.box.GetBestSize()
! #rint starty, len(boxes), sy, (len(boxes)-1) * (sy+20), owy
wy = (len(boxes)+1) * (sy+20) + 30
self.size = (owx, wy)
|