Fixed docstring. Resolves #694.

This commit is contained in:
Griatch 2015-03-09 14:04:12 +01:00
parent 6401e6182b
commit 950922d699
6 changed files with 11 additions and 9 deletions

View file

@ -6,6 +6,8 @@ useful but are deemed too game-specific to go into the core library.
See README.md for more info.
"""
# imports for apidoc
import evennia
evennia._init()
import barter, dice, extended_room, menu_login, talking_npc
import chargen, email-login, genderub, lineeditor, menusystem, slow_exit
import chargen, email_login, gendersub, lineeditor, menusystem, slow_exit
import tutorial_world, tutorial_examples