typo in classname

This commit is contained in:
Henddher Pedroza 2018-09-02 16:46:57 -05:00
parent 7f9d8c1442
commit ffdf8ec289

View file

@ -465,7 +465,7 @@ class PuzzleSystemCmdSet(CmdSet):
"""
def at_cmdset_creation(self):
super(PuzzleSystemCmdSetCmdSet, self).at_cmdset_creation()
super(PuzzleSystemCmdSet, self).at_cmdset_creation()
self.add(CmdCreatePuzzleRecipe())
self.add(CmdArmPuzzle())