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

bot = Bot()
bot.name = 'penelope'

bot.wait(20)
bot.share_chat('Nekkhamma')

bot.start()