Author: ArcRiley Date: 2008-11-29 20:06:55 -0500 (Sat, 29 Nov 2008) New Revision: 1379
Modified: trunk/pysoy/src/scenes/soy.scenes.pyx Log: Quick fix: * add math.pxd to includes Modified: trunk/pysoy/src/scenes/soy.scenes.pyx =================================================================== --- trunk/pysoy/src/scenes/soy.scenes.pyx 2008-11-30 00:56:22 UTC (rev 1378) +++ trunk/pysoy/src/scenes/soy.scenes.pyx 2008-11-30 01:06:55 UTC (rev 1379) @@ -17,6 +17,7 @@ # # $Id$ +include "math.pym" include "__init__.pym" include "_prerunField.pym" include "_runField.pym" _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn