sugar-toolkit-gtk3/tests/simulator/demo/chaitanya.py
Marco Pesenti Gritti b309da53f6 Add activity change
2006-10-09 18:29:54 +02:00

9 lines
131 B
Python

from sugar.simulator import Bot
bot = Bot()
bot.name = 'chaitanya'
bot.share_chat('giraffes', 'All About Giraffes')
bot.start()