Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/others.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simulator/demo/others.py')
-rw-r--r--tests/simulator/demo/others.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/simulator/demo/others.py b/tests/simulator/demo/others.py
new file mode 100644
index 0000000..3b1218f
--- /dev/null
+++ b/tests/simulator/demo/others.py
@@ -0,0 +1,5 @@
+from sugar.simulator import Bot
+
+for i in range(0, 10):
+ bot = Bot()
+ bot.start()