Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
blob: 65f717778e8bb59a0e9e2aa13d613de55c37fe18 (plain)
1
2
3
4
5
6
7
8
9
import olpcgames
from gettext import gettext as _

class Activity(olpcgames.PyGameActivity):
    """Your Sugar activity"""
    
    game_name = 'run'
    game_title = _('HorseGame')
    game_size = None