Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/bots.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simulator/bots.py')
-rw-r--r--tests/simulator/bots.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/simulator/bots.py b/tests/simulator/bots.py
deleted file mode 100644
index 68bc4e1..0000000
--- a/tests/simulator/bots.py
+++ /dev/null
@@ -1,18 +0,0 @@
-import os
-
-import gtk
-
-from sugar.bots import Bot
-
-basedir = os.path.dirname(__file__)
-
-bot = Bot("Chaitanya", os.path.join(basedir, "chaitanya.jpg"))
-bot.start()
-
-bot = Bot("Kiu", os.path.join(basedir, "kiu.jpg"))
-bot.start()
-
-bot = Bot("Penelope", os.path.join(basedir, "penelope.jpg"))
-bot.start()
-
-gtk.main()