From: Kevin A. <ka...@us...> - 2004-05-01 17:05:38
|
Update of /cvsroot/pythoncard/PythonCard/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16158/samples Modified Files: samples.rsrc.py Log Message: made spirographInteractive its own sample Index: samples.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/samples.rsrc.py,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** samples.rsrc.py 27 Apr 2004 22:03:05 -0000 1.54 --- samples.rsrc.py 1 May 2004 17:05:30 -0000 1.55 *************** *** 63,67 **** 'samples', 'saveClipboardBitmap', 'searchexplorer', \ 'simpleBrowser', 'simpleIEBrowser', 'slideshow', 'sounds', 'SourceForgeTracker', \ ! 'spirograph', 'stockprice', 'textIndexer', 'textRouter', \ 'tictactoe', 'turtle', 'twistedEchoClient', \ 'webgrabber', 'webserver', 'widgets', 'worldclock'], --- 63,67 ---- 'samples', 'saveClipboardBitmap', 'searchexplorer', \ 'simpleBrowser', 'simpleIEBrowser', 'slideshow', 'sounds', 'SourceForgeTracker', \ ! 'spirograph', 'spirographInteractive', 'stockprice', 'textIndexer', 'textRouter', \ 'tictactoe', 'turtle', 'twistedEchoClient', \ 'webgrabber', 'webserver', 'widgets', 'worldclock'], |