evennia/evennia/locks
Griatch d966051558 Changing utils.all_from_module to really only load variables actually
defined in the module in question (so will no longer include imports
from other modules). Added utils.callables_from_module to handle the
common case of only wanting callable functions from a module (used by
lock funcs, inlinefuncs etc).
2016-05-22 20:45:05 +02:00
..
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
lockfuncs.py Further fixes to the tag lockfunc as well as handling of the changes to at_look to not include calling execute_cmd(look) but to use the at_look hook. This should finally resolve #889. 2015-12-15 20:17:41 +01:00
lockhandler.py Changing utils.all_from_module to really only load variables actually 2016-05-22 20:45:05 +02:00
tests.py Upgrade test runner to derive from DiscoveryRunner. 2015-02-23 15:06:30 +01:00