Define as Dict

This commit is contained in:
chrys87 2017-07-21 09:30:47 +02:00 committed by GitHub
parent e459790483
commit 550c8b92ac

View File

@ -9,7 +9,7 @@ from core import debug
class helpManager(): class helpManager():
def __init__(self): def __init__(self):
self.helpDict = None self.helpDict = {}
self.tutorialListIndex = None self.tutorialListIndex = None
def initialize(self, environment): def initialize(self, environment):
self.env = environment self.env = environment