Fixes to inline_python

This commit is contained in:
Griatch 2019-05-01 15:19:53 +02:00
parent a02758445d
commit 1e7603024e

View file

@ -1,8 +1,9 @@
"""
Typeclasses for the in-game Python system.
To use them, one should inherit from these classes (EventObject,
EventRoom, EventCharacter and EventExit).
To use them, change your base typeclasses to inherit from the classes in this
module (EventObject, EventRoom, EventCharacter and EventExit) instead of the
default ones in evennia core.
"""