Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'game.py')
-rw-r--r--game.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/game.py b/game.py
index 882385a..8f24065 100644
--- a/game.py
+++ b/game.py
@@ -30,7 +30,8 @@ try:
except ImportError:
import simplejson as json
import pygame
-import olpcgames
+import sugargame
+import sugargame.canvas
import logging
logging.basicConfig()