Fix error in Msg manager search
This commit is contained in:
parent
ebcff51932
commit
b9f0af6413
3 changed files with 15 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ from evennia.utils.utils import crop
|
|||
from evennia.utils import validatorfuncs
|
||||
|
||||
|
||||
class BaseOption(object):
|
||||
class BaseOption:
|
||||
"""
|
||||
Abstract Class to deal with encapsulating individual Options. An Option has
|
||||
a name/key, a description to display in relevant commands and menus, and a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue