Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/simulator
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simulator/simulator')
-rwxr-xr-xtests/simulator/simulator2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simulator/simulator b/tests/simulator/simulator
index 552512c..9faae83 100755
--- a/tests/simulator/simulator
+++ b/tests/simulator/simulator
@@ -15,7 +15,7 @@ base_path = os.path.abspath(os.path.dirname(__file__))
stage_path = os.path.join(base_path, 'demo')
for bot_file in os.listdir(stage_path):
- if bot_file.endswith('.py') and bot_file != 'kiu.py':
+ if bot_file.endswith('.py'):
execfile(os.path.join(stage_path, bot_file))
mainloop = gobject.MainLoop()