Changed all tabs to 4 spaces for python style

This commit is contained in:
Justin Gallardo
2006-12-04 11:12:24 -08:00
parent f5ae066248
commit b9f9ef0fe9
110 changed files with 9987 additions and 9987 deletions
+10 -10
View File
@@ -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()