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 02:57:19 (GMT)
committer Brian Jordan <bcjordan@gmail.com>2009-08-10 02:57:19 (GMT)
commit5a80aa1fe210f7a6a3ea2cca89413ffed232607d (patch)
tree004e33fa46f7a6b7ce3d4aae04a74bbba154edc6 /physics.py
parent31161c2862e4696a22cbd34fb63db5d2d33014d2 (diff)
Add pkg_resources.py for python 2.5 without pkg_resources support
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/physics.py b/physics.py
index dba7368..86a1610 100644
--- a/physics.py
+++ b/physics.py
@@ -20,6 +20,8 @@ import pygame
from pygame.locals import *
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/Box2D-2.0.2b1-py2.5-linux-i686.egg")