Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorAsaf Paris Mandoki <asafpm@gmail.com>2009-07-12 08:37:26 (GMT)
committer Asaf Paris Mandoki <asafpm@gmail.com>2009-07-12 08:37:26 (GMT)
commitd05d1eef0f8093b2abe3c331027f8f32ee79c087 (patch)
tree8a2756f0bc21044c9a0618c471463268444cfef3 /physics.py
parent5284e89a7e0d3cf794d435bed6cfa4926e95d55a (diff)
Added functionality to save/load contraptions to/from the journal (Trac #1034)
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/physics.py b/physics.py
index a9f2cef..b945671 100644
--- a/physics.py
+++ b/physics.py
@@ -20,7 +20,7 @@ import pygame
from pygame.locals import *
from pygame.color import *
import olpcgames
-sys.path.append("lib/Elements-0.12-py2.5.egg")
+sys.path.append("lib/Elements-0.12-py2.6.egg")
sys.path.append("lib/Box2D-2.0.2b1-py2.5-linux-i686.egg")
import Box2D as box2d
import elements