From: Kevin A. <ka...@us...> - 2004-09-04 23:14:02
|
Update of /cvsroot/pythoncard/PythonCard/samples/pysshed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11178/samples/pysshed Modified Files: pysshed.py Log Message: added missing module imports to pysshed new workaround for "cleanly" removing extra event classes from spec Index: pysshed.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/pysshed/pysshed.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** pysshed.py 4 Sep 2004 22:47:22 -0000 1.13 --- pysshed.py 4 Sep 2004 23:13:40 -0000 1.14 *************** *** 36,40 **** import os, sys import wx ! from PythonCard import model import ConfigParser import customDialogs --- 36,40 ---- import os, sys import wx ! from PythonCard import dialog, model import ConfigParser import customDialogs |