Fix error in Msg manager search

This commit is contained in:
Griatch 2021-05-10 22:20:30 +02:00
parent ebcff51932
commit b9f0af6413
3 changed files with 15 additions and 10 deletions

View file

@ -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