Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/player.py
diff options
context:
space:
mode:
authorKshitij Kumar <kshitijakumar@gmail.com>2013-01-07 17:20:06 (GMT)
committer Kshitij Kumar <kshitijakumar@gmail.com>2013-01-07 17:20:06 (GMT)
commite50528bfe7fe77f8ccbe5811fbd7026a0ff6af99 (patch)
tree69ef6fb9c1a178cb7b86e2ae2fa7beb57c2e7020 /player.py
parent20642207eee5b9509cf9a78ff99097a1948e2cdd (diff)
olpcgames to sugargame fixes
Diffstat (limited to 'player.py')
-rw-r--r--player.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/player.py b/player.py
index f9a3452..1677d84 100644
--- a/player.py
+++ b/player.py
@@ -25,8 +25,8 @@
import pygame
import unicodedata
-from olpcgames.util import get_bundle_path
-bundlepath = get_bundle_path()
+from sugar.activity import activity
+activity.get_bundle_path
class Player: