Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugarized/PacMath.activity/PacMathActivity.py
diff options
context:
space:
mode:
authorMichael Kitson <msk5293@rit.edu>2010-11-04 05:13:28 (GMT)
committer Michael Kitson <msk5293@rit.edu>2010-11-04 05:13:28 (GMT)
commit9b99dc886e712608eb19c01f3f1c6248d5ade99b (patch)
treebfc752ebe65c888cfe360d2cf33df2550b5677fe /sugarized/PacMath.activity/PacMathActivity.py
parent83e370136b46d80c55d019365c2cb36df511c91b (diff)
parentb81d8709a8d8a569d937c0f5eda62d9b509a1576 (diff)
Merge branch 'master' of git://gitorious.org/~classclownfish/pacmath/classclownfishs-pacmath
Diffstat (limited to 'sugarized/PacMath.activity/PacMathActivity.py')
-rwxr-xr-xsugarized/PacMath.activity/PacMathActivity.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/sugarized/PacMath.activity/PacMathActivity.py b/sugarized/PacMath.activity/PacMathActivity.py
new file mode 100755
index 0000000..19aa6b8
--- /dev/null
+++ b/sugarized/PacMath.activity/PacMathActivity.py
@@ -0,0 +1,9 @@
+from olpcgames.activity import PyGameActivity
+from gettext import gettext as _
+
+class PacMathActivity(PyGameActivity):
+ """Your Sugar activity"""
+
+ game_name = 'gameMain:gameMain'
+ game_title = _('PacMath')
+ game_size = None