Switched to pyhton 3

This commit is contained in:
luxick
2015-11-06 21:12:13 +01:00
parent 9862998242
commit 4ff1a52075
4 changed files with 5 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class Mayorgotchi:
# 3 = Bathing
# 4 = Playing
# 5 = Working
result = [[] for x in xrange(6)]
result = [[] for x in range(6)]
for n in self.mygotchis:
if n.status is 'Idle':