Remove mention of long-dead contrib/menusystem from evmenu docstring.

This commit is contained in:
Griatch 2017-01-25 00:08:47 +01:00
parent e9bc615181
commit 5960985e65

View file

@ -1,9 +1,7 @@
""" """
EvMenu EvMenu
This implements a full menu system for Evennia. It is considerably This implements a full menu system for Evennia.
more flexible than the older contrib/menusystem.py and also uses
menu plugin modules.
To start the menu, just import the EvMenu class from this module. To start the menu, just import the EvMenu class from this module.
Example usage: Example usage: