Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornrp <olpc@spongezone.net>2008-08-30 18:56:54 (GMT)
committer nrp <olpc@spongezone.net>2008-08-30 18:56:54 (GMT)
commit660af3c56e66baa89d6078511af5f0bffbab5b93 (patch)
tree2dd920dc5ef6f54730acd327e861897275abc759
parentaa57da74cff454332624bcdf8d7149213fdb0fc4 (diff)
test
-rw-r--r--activity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index b0918dd..d3ac1bd 100644
--- a/activity.py
+++ b/activity.py
@@ -6,6 +6,7 @@ from sugar.activity import activity
from gettext import gettext as _
import gtk
+
class PhysicsActivity(olpcgames.PyGameActivity):
game_name = 'physics'
game_title = 'Physics'
@@ -43,4 +44,4 @@ class PhysicsActivity(olpcgames.PyGameActivity):
return activity_toolbar
def radioClicked(self,button):
- pygame.event.post(olpcgames.eventwrap.Event(pygame.USEREVENT, action=self.radioList[button])) \ No newline at end of file
+ pygame.event.post(olpcgames.eventwrap.Event(pygame.USEREVENT, action=self.radioList[button]))