From: Andy T. <an...@us...> - 2005-09-18 03:59:38
|
Update of /cvsroot/pythoncard/PythonCard/samples/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9735/samples/widgets Modified Files: widgets.py Log Message: Making blanket except clauses more specific Index: widgets.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/widgets/widgets.py,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** widgets.py 10 Oct 2004 01:20:22 -0000 1.43 --- widgets.py 18 Sep 2005 03:59:22 -0000 1.44 *************** *** 392,398 **** f.write(toc) f.close() - #except: - # pass - if __name__ == '__main__': --- 392,395 ---- |