Issue #15767: Excise the remaining instances of ModuleNotFoundError
diff --git a/Lib/stat.py b/Lib/stat.py
index 0ea653b..3eecc3e 100644
--- a/Lib/stat.py
+++ b/Lib/stat.py
@@ -151,5 +151,5 @@
 # If available, use C implementation
 try:
     from _stat import *
-except ModuleNotFoundError:
+except ImportError:
     pass