replaced tabs with spaces

This commit is contained in:
luxick
2015-08-25 19:05:13 +02:00
parent 0d22dc1251
commit 9dd23d262e
3 changed files with 77 additions and 79 deletions

View File

@@ -2,9 +2,7 @@
# -*- coding: utf-8 -*-
from config import *
from mayorgotchi import Mayorgotchi
import names
import random
class Kinggotchi:
myvillages = []

View File

@@ -15,10 +15,10 @@ villagenr = 0
percentage = True
def make_list(number):
list = []
tmp = []
for n in range(0,number):
list.append(Util().make_Tamagotchi())
return list
tmp.append(Util().make_Tamagotchi())
return tmp
king = Kinggotchi()
for n in range(0, 30):