dabodemo Commit Revision 332 Date: 2005-11-04 23:05:27 -0800 (Fri, 04 Nov 2005) Author: paul
Changed: U trunk/minesweeper.py Log: Fixed a stupid bug in minesweeper that must have gone back a while, since I removed the common directory. Diff: Modified: trunk/minesweeper.py =================================================================== --- trunk/minesweeper.py 2005-11-01 15:00:08 UTC (rev 331) +++ trunk/minesweeper.py 2005-11-05 07:05:27 UTC (rev 332) @@ -25,7 +25,7 @@ from dabo.dLocalize import _ import dabo.dEvents as dEvents import dabo.lib.datanav as datanav -from dabo.lib.specParser import importFieldSpecs +from dabo.lib import specParser # Dabo MineSweeper # This is a demo of Dabo's UI - no bizobj or database layer. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
