|
From: Kevin A. <ka...@us...> - 2004-08-12 19:19:33
|
Update of /cvsroot/pythoncard/PythonCard/samples/ataxx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16511/ataxx Modified Files: ataxx.py Log Message: dialog.py is now a thin wrapper around wx.lib.dialogs.py all dialog results now use DialogResults class instead of dictionary e.g. result.accepted instead of result['accepted'] see dialogs sample and other samples and tools for examples of change Index: ataxx.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/ataxx/ataxx.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ataxx.py 4 May 2004 23:31:56 -0000 1.1 --- ataxx.py 12 Aug 2004 19:18:49 -0000 1.2 *************** *** 13,17 **** """ ! from PythonCard import dialog, model from random import randint import time --- 13,17 ---- """ ! from PythonCard import model from random import randint import time |