Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Elements-0.12-py2.5.eggbin0 -> 57130 bytes
-rw-r--r--physics.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/Elements-0.12-py2.5.egg b/lib/Elements-0.12-py2.5.egg
new file mode 100644
index 0000000..1a0e59e
--- /dev/null
+++ b/lib/Elements-0.12-py2.5.egg
Binary files differ
diff --git a/physics.py b/physics.py
index b945671..6179206 100644
--- a/physics.py
+++ b/physics.py
@@ -21,6 +21,7 @@ from pygame.locals import *
from pygame.color import *
import olpcgames
sys.path.append("lib/Elements-0.12-py2.6.egg")
+sys.path.append("lib/Elements-0.12-py2.5.egg")
sys.path.append("lib/Box2D-2.0.2b1-py2.5-linux-i686.egg")
import Box2D as box2d
import elements