Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator
diff options
context:
space:
mode:
authorJustin Gallardo <jirwin@suzy.(none)>2006-12-04 19:12:24 (GMT)
committer Justin Gallardo <jirwin@suzy.(none)>2006-12-04 19:12:24 (GMT)
commitb9f9ef0fe9e36cf6e5de59700154b16f2dae15cd (patch)
tree3d5403ec73e993a78c5e92f8b14a5b86e8b6ae60 /tests/simulator
parentf5ae0662482de14f9d3812ddc4aba9be61024887 (diff)
Changed all tabs to 4 spaces for python style
Diffstat (limited to 'tests/simulator')
-rw-r--r--tests/simulator/demo/others.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/simulator/demo/others.py b/tests/simulator/demo/others.py
index 7fee290..0b87c0c 100644
--- a/tests/simulator/demo/others.py
+++ b/tests/simulator/demo/others.py
@@ -19,19 +19,19 @@ import random
from sugar.simulator import Bot
for i in range(0, 8):
- bot = Bot()
+ bot = Bot()
- bot.wait(random.randint(10, 20))
- bot.join_activity('giraffes')
- bot.change_activity('giraffes')
+ bot.wait(random.randint(10, 20))
+ bot.join_activity('giraffes')
+ bot.change_activity('giraffes')
- bot.start()
+ bot.start()
for i in range(0, 6):
- bot = Bot()
+ bot = Bot()
- bot.wait(random.randint(10, 20))
- bot.join_activity('nekkhamma')
- bot.change_activity('nekkhamma')
+ bot.wait(random.randint(10, 20))
+ bot.join_activity('nekkhamma')
+ bot.change_activity('nekkhamma')
- bot.start()
+ bot.start()