evennia/evennia/help
Greg Taylor 5e1a672fc2 Remove builtins imports
This module is not intended to be used directly in most cases, per:
https://docs.python.org/3/library/builtins.html

None of our usages warrant the explicit import. We also avoid some
confusion as folks dig to see what we are doing to require
importing builtins directly.
2019-09-15 20:29:59 -07:00
..
migrations Remove unneeded __futures__ imports 2019-09-15 00:17:39 -07:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
admin.py Remove builtins imports 2019-09-15 20:29:59 -07:00
manager.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
models.py Remove builtins imports 2019-09-15 20:29:59 -07:00