summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-06-11 22:37:32 -0700
committerScott Gasch <[email protected]>2022-06-11 22:37:32 -0700
commitf9067b4f09f7effbfd1fd1d89b8a0050b4270bc9 (patch)
tree3c825709825a7ad3abb1208f58cbc9dda81e7c58
parent6cd6c39d818ee72a041e17f861ce3989369132b1 (diff)
At python3.10 importlib.abc is a separate module that must be imported.
-rw-r--r--bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index f0fa15f..e9b2033 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -22,6 +22,7 @@ Most of these are enabled and/or configured via commandline flags
import functools
import importlib
+import importlib.abc
import logging
import os
import sys