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

@ -9,5 +9,5 @@ See README.md for more info.
import evennia
evennia._init()
import barter, dice, extended_room, menu_login, talking_npc
import chargen, email_login, gendersub, lineeditor, menusystem, slow_exit
import chargen, email_login, gendersub, menusystem, slow_exit
import tutorial_world, tutorial_examples