Author: ColinHahn
Date: 2008-04-04 08:44:02 -0400 (Fri, 04 Apr 2008)
New Revision: 1231

Modified:
   trunk/pysoy/src/widgets/soy.widgets.pyx
Log:
Fixed stupid typo on previous commit.


Modified: trunk/pysoy/src/widgets/soy.widgets.pyx
===================================================================
--- trunk/pysoy/src/widgets/soy.widgets.pyx     2008-04-04 12:38:24 UTC (rev 
1230)
+++ trunk/pysoy/src/widgets/soy.widgets.pyx     2008-04-04 12:44:02 UTC (rev 
1231)
@@ -24,10 +24,10 @@
               'by '+'$Author$'[9:-2]
 __version__ = 'Trunk (r'+'$Rev$'[6:-2]+')'
 
-include "Widget.pxm"
-include "Canvas.pxm"
-include "Projector.pxm"
-include "Container.pxm"
-include "StackX.pxm"
-include "StackY.pxm"
-include "StackZ.pxm"
+include "Widget.pym"
+include "Canvas.pym"
+include "Projector.pym"
+include "Container.pym"
+include "StackX.pym"
+include "StackY.pym"
+include "StackZ.pym"

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to