Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/player.py
diff options
context:
space:
mode:
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..c54ba29 100644
--- a/player.py
+++ b/player.py
@@ -25,7 +25,7 @@
import pygame
import unicodedata
-from olpcgames.util import get_bundle_path
+from sugargame.util import get_bundle_path
bundlepath = get_bundle_path()
@@ -38,7 +38,7 @@ class Player:
# this field is None when the activity is not shared and when
# the user shared it this field will become to
- # "olpcgames.mesh.my_handle()"
+ # "sugargame.mesh.my_handle()"
self.uid = None
def string2Color(str):