mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-16 16:18:07 -07:00
Replace `ImportError` with `ModuleNotFoundError` to fix dev-python/hypothesis, since it uses a more specific `except` block. It's technically a bit shifty since the module was clearly found but *shrug*. Signed-off-by: Michał Górny <mgorny@gentoo.org>