|
From: Kevin A. <ka...@us...> - 2004-04-27 22:03:15
|
Update of /cvsroot/pythoncard/PythonCard/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17350/samples Modified Files: samples.rsrc.py Log Message: added TwistedApplication subclass for writing Twisted GUI apps added twistedEchoClient sample Index: samples.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/samples.rsrc.py,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** samples.rsrc.py 24 Apr 2004 06:49:46 -0000 1.53 --- samples.rsrc.py 27 Apr 2004 22:03:05 -0000 1.54 *************** *** 64,68 **** 'simpleBrowser', 'simpleIEBrowser', 'slideshow', 'sounds', 'SourceForgeTracker', \ 'spirograph', 'stockprice', 'textIndexer', 'textRouter', \ ! 'tictactoe', 'turtle', 'webgrabber', 'webserver', 'widgets', 'worldclock'], 'stringSelection':'minimal', }, --- 64,69 ---- 'simpleBrowser', 'simpleIEBrowser', 'slideshow', 'sounds', 'SourceForgeTracker', \ 'spirograph', 'stockprice', 'textIndexer', 'textRouter', \ ! 'tictactoe', 'turtle', 'twistedEchoClient', \ ! 'webgrabber', 'webserver', 'widgets', 'worldclock'], 'stringSelection':'minimal', }, |