Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/others.py
blob: 59db9dafe3a80116ec9b372f48a2e9e564f6ff98 (plain)
1
2
3
4
5
6
7
8
9
10
from sugar.simulator import Bot

for i in range(0, 10):
	bot = Bot()

	bot.wait(20)
	bot.join_activity('giraffes')
	bot.change_activity('giraffes')

	bot.start()