Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorBrian Jordan <bcjordan@gmail.com>2009-08-10 03:12:56 (GMT)
committer Brian Jordan <bcjordan@gmail.com>2009-08-10 03:12:56 (GMT)
commite494cf22679094d2beba5f33a48e7f229b1618fe (patch)
treec4776b23929ceddad75fce44848c69279876cee1 /physics.py
parent5a80aa1fe210f7a6a3ea2cca89413ffed232607d (diff)
Update elements to 0.13 (with Asaf's JSON support)
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py3
1 files changed, 1 insertions, 2 deletions
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