From: Kevin A. <ka...@us...> - 2004-07-18 16:43:36
|
Update of /cvsroot/pythoncard/PythonCard/samples/turtle/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18518/samples/turtle/scripts Modified Files: distance.py Log Message: changed asTuple to Get removed 'font' attribute from Calendar component in widgets sample removed non-printable character in distance.py Index: distance.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/turtle/scripts/distance.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** distance.py 11 May 2004 01:12:51 -0000 1.1 --- distance.py 18 Jul 2004 16:43:28 -0000 1.2 *************** *** 27,31 **** t2.forward(100) d = t2.distance(t1) ! t2.write("%f" % d) # should display 100 # test the odometer reading --- 27,32 ---- t2.forward(100) d = t2.distance(t1) ! # should display 100 ! t2.write("%f" % d) # test the odometer reading |