sugar-toolkit-gtk3/tests/simulator/bots/penelope.py
Marco Pesenti Gritti cbd3a52a68 Do not set up the owner of the presence service if there
is no nick name in the env. I'm not sure this is the best
approach, we need to figure it out.

First go at the new simulator.
2006-10-09 15:11:15 +02:00

7 lines
80 B
Python

from sugar.simulator import Bot
bot = Bot()
bot.name = 'penelope'
bot.start()