Allow EvMore text argument to be a list

This commit is contained in:
Griatch 2020-01-10 17:56:45 +01:00
parent 716a0b20e3
commit b5aee2c41e
3 changed files with 33 additions and 13 deletions

View file

@ -233,6 +233,7 @@ def _init():
from . import contrib
from .utils.evmenu import EvMenu
from .utils.evtable import EvTable
from .utils.evmore import EvMore
from .utils.evform import EvForm
from .utils.eveditor import EvEditor
from .utils.ansi import ANSIString