Author: ArcRiley Date: 2008-02-07 01:45:07 -0500 (Thu, 07 Feb 2008) New Revision: 824
Modified: trunk/pysoy/src/scenes/soy.scenes.pxd Log: small fix, cyclic import persists Modified: trunk/pysoy/src/scenes/soy.scenes.pxd =================================================================== --- trunk/pysoy/src/scenes/soy.scenes.pxd 2008-02-07 06:37:34 UTC (rev 823) +++ trunk/pysoy/src/scenes/soy.scenes.pxd 2008-02-07 06:45:07 UTC (rev 824) @@ -22,7 +22,6 @@ cimport ode cimport py cimport stdio -cimport soy._datatypes cimport soy._internals cimport soy.colors @@ -42,5 +41,3 @@ cdef void _render(self) cdef int _steps(self) cdef void _updateTime(self) - - _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
