Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/kiu.py
blob: 26eee4f0df8d9af50f5ae7f01dfdf12f386091e3 (plain)
1
2
3
4
5
6
7
#!/usr/bin/python

from sugar.simulator import Bot
from sugar.canvas.IconColor import IconColor

bot = Bot('kiu', IconColor('#5E4505,#0F8A0F'))
bot.start()