mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
These lazy imports save a significant amount of time on Zulip's core import process, because mock imports pbr, which in turn import pkgresources, which is in turn incredibly slow to import. Fixes part of #9953. |
||
|---|---|---|
| .. | ||
| jinja2 | ||
| __init__.py | ||
| backends.py | ||
| dev_settings.py | ||
| dev_urls.py | ||
| email_backends.py | ||
| legacy_urls.py | ||
| prod_settings_template.py | ||
| settings.py | ||
| slack_importer_test_settings.py | ||
| terms.md.template | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||