Author: ArcRiley Date: 2008-04-12 03:18:36 -0400 (Sat, 12 Apr 2008) New Revision: 1236
Modified: trunk/pysoy/src/_core/soy._core.pyx trunk/pysoy/src/_datatypes/soy._datatypes.pyx trunk/pysoy/src/_internals/soy._internals.pyx trunk/pysoy/src/actions/soy.actions.pyx trunk/pysoy/src/atoms/soy.atoms.pyx trunk/pysoy/src/audio/soy.audio.pyx trunk/pysoy/src/bodies/soy.bodies.pyx trunk/pysoy/src/controllers/soy.controllers.pyx trunk/pysoy/src/fields/soy.fields.pyx trunk/pysoy/src/joints/soy.joints.pyx trunk/pysoy/src/masses/soy.masses.pyx trunk/pysoy/src/models/soy.models.pyx trunk/pysoy/src/scenes/soy.scenes.pyx trunk/pysoy/src/shapes/soy.shapes.pyx trunk/pysoy/src/textures/__init__.pym trunk/pysoy/src/textures/soy.textures.pyx trunk/pysoy/src/transports/soy.transports.pyx trunk/pysoy/src/widgets/soy.widgets.pyx Log: Ticket #954 : * added __init__.pym includes * Trunk builds again Modified: trunk/pysoy/src/_core/soy._core.pyx =================================================================== --- trunk/pysoy/src/_core/soy._core.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/_core/soy._core.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,8 @@ # # $Id$ +include "__init__.pym" + IF UNAME_SYSNAME == "Windows" : include "_windowproc.pym" include "Screen-w32.pym" Modified: trunk/pysoy/src/_datatypes/soy._datatypes.pyx =================================================================== --- trunk/pysoy/src/_datatypes/soy._datatypes.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/_datatypes/soy._datatypes.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "AudioDeviceTuple.pym" include "Datatype.pym" include "HashTable.pym" Modified: trunk/pysoy/src/_internals/soy._internals.pyx =================================================================== --- trunk/pysoy/src/_internals/soy._internals.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/_internals/soy._internals.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" IF UNAME_SYSNAME == "Windows": include "_sleep-win32.pym" include "_time-win32.pym" Modified: trunk/pysoy/src/actions/soy.actions.pyx =================================================================== --- trunk/pysoy/src/actions/soy.actions.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/actions/soy.actions.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Action.pym" include "Callback.pym" include "Force.pym" Modified: trunk/pysoy/src/atoms/soy.atoms.pyx =================================================================== --- trunk/pysoy/src/atoms/soy.atoms.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/atoms/soy.atoms.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Face.pym" include "Vertex.pym" include "Vector.pym" Modified: trunk/pysoy/src/audio/soy.audio.pyx =================================================================== --- trunk/pysoy/src/audio/soy.audio.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/audio/soy.audio.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Output.pym" # These must be last Modified: trunk/pysoy/src/bodies/soy.bodies.pyx =================================================================== --- trunk/pysoy/src/bodies/soy.bodies.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/bodies/soy.bodies.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Body.pym" include "Camera.pym" include "Light.pym" Modified: trunk/pysoy/src/controllers/soy.controllers.pyx =================================================================== --- trunk/pysoy/src/controllers/soy.controllers.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/controllers/soy.controllers.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Controller.pym" include "Keyboard.pym" include "Keyboard2.pym" Modified: trunk/pysoy/src/fields/soy.fields.pyx =================================================================== --- trunk/pysoy/src/fields/soy.fields.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/fields/soy.fields.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Field.pym" include "Monopole.pym" include "Wind.pym" Modified: trunk/pysoy/src/joints/soy.joints.pyx =================================================================== --- trunk/pysoy/src/joints/soy.joints.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/joints/soy.joints.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Joint.pym" include "Ball.pym" include "Hinge.pym" Modified: trunk/pysoy/src/masses/soy.masses.pyx =================================================================== --- trunk/pysoy/src/masses/soy.masses.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/masses/soy.masses.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,7 +17,7 @@ # # $Id$ -#include "Stub.pym" +include "__init__.pym" include "Mass.pym" include "Sphere.pym" include "Box.pym" Modified: trunk/pysoy/src/models/soy.models.pyx =================================================================== --- trunk/pysoy/src/models/soy.models.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/models/soy.models.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Axis.pym" include "Billboard.pym" include "Camera.pym" Modified: trunk/pysoy/src/scenes/soy.scenes.pyx =================================================================== --- trunk/pysoy/src/scenes/soy.scenes.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/scenes/soy.scenes.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "_prerunField.pym" include "_runField.pym" include "Scene.pym" Modified: trunk/pysoy/src/shapes/soy.shapes.pyx =================================================================== --- trunk/pysoy/src/shapes/soy.shapes.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/shapes/soy.shapes.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Shape.pym" include "Sphere.pym" include "Box.pym" Modified: trunk/pysoy/src/textures/__init__.pym =================================================================== --- trunk/pysoy/src/textures/__init__.pym 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/textures/__init__.pym 2008-04-12 07:18:36 UTC (rev 1236) @@ -24,3 +24,5 @@ __version__ = 'Trunk (r'+'$Rev$'[6:-2]+')' from soy._internals cimport _time +import soy.colors +import soy.transports Modified: trunk/pysoy/src/textures/soy.textures.pyx =================================================================== --- trunk/pysoy/src/textures/soy.textures.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/textures/soy.textures.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,9 +17,7 @@ # # $Id$ -import soy.colors -import soy.transports - +include "__init__.pym" include "_tables4YUV.pym" include "Texture.pym" include "Image.pym" Modified: trunk/pysoy/src/transports/soy.transports.pyx =================================================================== --- trunk/pysoy/src/transports/soy.transports.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/transports/soy.transports.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,5 +17,6 @@ # # $Id$ +include "__init__.pym" include "Transport.pym" include "File.pym" Modified: trunk/pysoy/src/widgets/soy.widgets.pyx =================================================================== --- trunk/pysoy/src/widgets/soy.widgets.pyx 2008-04-04 22:07:18 UTC (rev 1235) +++ trunk/pysoy/src/widgets/soy.widgets.pyx 2008-04-12 07:18:36 UTC (rev 1236) @@ -17,6 +17,7 @@ # # $Id$ +include "__init__.pym" include "Widget.pym" include "Canvas.pym" include "Projector.pym" _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn