evennia/evennia/server
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
..
game_index_client Fix CHANGELOG, client fallback to SERVERNAME 2019-06-29 16:44:40 +02:00
migrations Remove unneeded __futures__ imports 2019-09-15 00:17:39 -07:00
portal Remove builtins imports 2019-09-15 20:29:59 -07:00
profiling Remove builtins imports 2019-09-15 20:29:59 -07:00
tests Add evennia connectsions wizard functionality 2019-06-27 23:07:35 +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
admin.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
amp_client.py Resolve merge conflicts 2019-05-01 19:20:19 +02:00
connection_wizard.py Limit connection wizard to game index only for now 2019-06-27 23:16:13 +02:00
deprecations.py Make DEFAULT_CHANNELS auto-recreate missing channels. Add new CHANNEL_MUDINFO setting. 2019-09-08 00:09:00 +02:00
evennia_launcher.py Bump min Django version to 2.2.5 2019-09-15 00:40:26 -07:00
evennia_runner.py Remove evennia_runner.py (now managed by Portal) 2018-01-18 18:59:46 +01:00
initial_setup.py Make DEFAULT_CHANNELS auto-recreate missing channels. Add new CHANNEL_MUDINFO setting. 2019-09-08 00:09:00 +02:00
inputfuncs.py Fix MSSP connect traceback. Resolve #1930. Also add mock external_discord_hello inputfunc for Mudlet. 2019-09-15 14:09:47 +02: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 Migrate serverconf values to use picklefield 2019-01-30 21:57:19 +01:00
server.py Remove builtins imports 2019-09-15 20:29:59 -07:00
serversession.py Remove builtins imports 2019-09-15 20:29:59 -07:00
session.py Remove builtins imports 2019-09-15 20:29:59 -07:00
sessionhandler.py Remove builtins imports 2019-09-15 20:29:59 -07:00
signals.py Fix signaling names, add .signals to flat API. 2019-07-02 15:46:14 +02:00
throttle.py Update CHANGELOG, pep8 fixes 2018-10-23 01:04:25 +02:00
validators.py Test init_command for mysql 2019-03-24 13:37:11 +01:00
webserver.py Forbid /media and /static file browsing. Resolve #1746. 2019-08-28 20:07:03 +02:00