Moved lineditor into utils/eveditor.py. The line editor is accessed by simply importing the class (same as EvTable, EvMenu etc), so the utils.get_line_editor function was removed.
This commit is contained in:
parent
adae4f2ec4
commit
cc2b094bc6
5 changed files with 143 additions and 112 deletions
|
|
@ -300,11 +300,6 @@ CMDSET_PLAYER = "commands.default_cmdsets.PlayerCmdSet"
|
|||
# Location to search for cmdsets if full path not given
|
||||
CMDSET_PATHS = ["commands", "evennia", "contribs"]
|
||||
|
||||
# Line editor path. Points to a line editor class that commands may use to give
|
||||
# users extended editing control. See the default path for a reference implementation
|
||||
# and usage.
|
||||
LINE_EDITOR = 'evennia.commands.default.lineeditor.LineEditor'
|
||||
|
||||
######################################################################
|
||||
# Typeclasses and other paths
|
||||
######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue