Enlightenment CVS committal Author : barbieri Project : e17 Module : proto
Dir : e17/proto/python-efl/python-ecore/ecore Modified Files: ecore.c_ecore.pyx Log Message: Fix reference to files after they were renamed. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore.pyx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ecore.c_ecore.pyx 3 May 2007 16:13:18 -0000 1.1 +++ ecore.c_ecore.pyx 3 May 2007 16:21:48 -0000 1.2 @@ -31,5 +31,5 @@ def animator_frametime_get(): return ecore_animator_frametime_get() -include "c_ecore_timer.pyx" -include "c_ecore_animator.pyx" +include "ecore.c_ecore_timer.pxi" +include "ecore.c_ecore_animator.pxi" ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs