mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Change to use super() instead of the old py2 style everywhere
This commit is contained in:
parent
a9b2f33aa2
commit
fb702c3d6a
33 changed files with 69 additions and 70 deletions
|
|
@ -208,7 +208,7 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet):
|
|||
"""
|
||||
Populates the cmdset
|
||||
"""
|
||||
super(CharacterCmdSet, self).at_cmdset_creation()
|
||||
super().at_cmdset_creation()
|
||||
self.add(CmdCallback())
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue