Pull line editor out of contrib and into main.

This commit is contained in:
Jonathan Piacenti 2015-03-26 16:25:18 -05:00
parent eddb5dadf5
commit 89a39a8481
4 changed files with 20 additions and 10 deletions

View file

@ -282,6 +282,11 @@ CMDSET_PLAYER = "commands.default_cmdsets.PlayerCmdSet"
# Location to search for cmdsets if full path not given
CMDSET_PATHS = ["commands"]
# 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
######################################################################