typo in classname
This commit is contained in:
parent
7f9d8c1442
commit
ffdf8ec289
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ class PuzzleSystemCmdSet(CmdSet):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def at_cmdset_creation(self):
|
def at_cmdset_creation(self):
|
||||||
super(PuzzleSystemCmdSetCmdSet, self).at_cmdset_creation()
|
super(PuzzleSystemCmdSet, self).at_cmdset_creation()
|
||||||
|
|
||||||
self.add(CmdCreatePuzzleRecipe())
|
self.add(CmdCreatePuzzleRecipe())
|
||||||
self.add(CmdArmPuzzle())
|
self.add(CmdArmPuzzle())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue