Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/penelope.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simulator/demo/penelope.py')
-rw-r--r--tests/simulator/demo/penelope.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/simulator/demo/penelope.py b/tests/simulator/demo/penelope.py
new file mode 100644
index 0000000..90f9d35
--- /dev/null
+++ b/tests/simulator/demo/penelope.py
@@ -0,0 +1,9 @@
+from sugar.simulator import Bot
+
+bot = Bot()
+bot.name = 'penelope'
+
+bot.wait(20)
+bot.share_chat('Nekkhamma')
+
+bot.start()