mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +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.