mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00: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.