From: Kevin A. <ka...@us...> - 2004-05-02 22:03:15
|
Update of /cvsroot/pythoncard/PythonCard/components In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21418/components Modified Files: passwordfield.py Log Message: added event import Index: passwordfield.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/components/passwordfield.py,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** passwordfield.py 2 May 2004 19:49:57 -0000 1.20 --- passwordfield.py 2 May 2004 22:03:06 -0000 1.21 *************** *** 6,10 **** import wx ! from PythonCard import widget import textfield --- 6,10 ---- import wx ! from PythonCard import event, widget import textfield |