948
948
# NB: This docstring is just an example, not a doctest, because doctest
949
949
# currently can't cope with the use of lazy imports in this namespace --
952
952
# This currently doesn't report the failure at the time it occurs, because
953
953
# they tend to happen very early in startup when we can't check config
954
954
# files etc, and also we want to report all failures but not spam the user