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.6.eggbin57149 -> 0 bytes
-rw-r--r--lib/Elements-0.13-py2.5.egg (renamed from lib/Elements-0.12-py2.5.egg)bin57130 -> 60222 bytes
-rw-r--r--physics.py3
3 files changed, 1 insertions, 2 deletions
diff --git a/lib/Elements-0.12-py2.6.egg b/lib/Elements-0.12-py2.6.egg
deleted file mode 100644
index 224ad46..0000000
--- a/lib/Elements-0.12-py2.6.egg
+++ /dev/null
Binary files differ
diff --git a/lib/Elements-0.12-py2.5.egg b/lib/Elements-0.13-py2.5.egg
index 1a0e59e..ea5b059 100644
--- a/lib/Elements-0.12-py2.5.egg
+++ b/lib/Elements-0.13-py2.5.egg
Binary files differ
diff --git a/physics.py b/physics.py
index 86a1610..6a1399b 100644
--- a/physics.py
+++ b/physics.py
@@ -22,8 +22,7 @@ from pygame.color import *
import olpcgames
sys.path.append("lib/")
import pkg_resources
-sys.path.append("lib/Elements-0.12-py2.6.egg")
-sys.path.append("lib/Elements-0.12-py2.5.egg")
+sys.path.append("lib/Elements-0.13-py2.5.egg")
sys.path.append("lib/Box2D-2.0.2b1-py2.5-linux-i686.egg")
import Box2D as box2d
import elements