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

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

	bot.wait(5)
	bot.change_activity('giraffes')

	bot.start()