Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/others.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-09 16:29:54 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-09 16:29:54 (GMT)
commitb309da53f6eb52484ae69139d5dc0d70ec0ce05c (patch)
tree9333faa00e0f2192799cb2515b07509f40d08f3f /tests/simulator/demo/others.py
parentc9b5381c16fce563307379aa8b52a5b902a7cc98 (diff)
Add activity change
Diffstat (limited to 'tests/simulator/demo/others.py')
-rw-r--r--tests/simulator/demo/others.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/simulator/demo/others.py b/tests/simulator/demo/others.py
index 3b1218f..455794c 100644
--- a/tests/simulator/demo/others.py
+++ b/tests/simulator/demo/others.py
@@ -2,4 +2,8 @@ from sugar.simulator import Bot
for i in range(0, 10):
bot = Bot()
+
+ bot.wait(5)
+ bot.change_activity('giraffes')
+
bot.start()