Added better docstrings to subpackages and cleaned out some places which were unclear.
This commit is contained in:
parent
f0eec11ac5
commit
b015f4802a
20 changed files with 132 additions and 31 deletions
|
|
@ -1,3 +1,9 @@
|
|||
"""
|
||||
This sub-package holds the miscelaneous utilities used by other
|
||||
modules in Evennia. It also holds the idmapper in-memory caching
|
||||
functionality.
|
||||
|
||||
"""
|
||||
# simple check to determine if we are currently running under pypy.
|
||||
try:
|
||||
import __pypy__ as is_pypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue