diff options
| author | Scott Gasch <[email protected]> | 2022-06-11 22:37:32 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-06-11 22:37:32 -0700 |
| commit | f9067b4f09f7effbfd1fd1d89b8a0050b4270bc9 (patch) | |
| tree | 3c825709825a7ad3abb1208f58cbc9dda81e7c58 | |
| parent | 6cd6c39d818ee72a041e17f861ce3989369132b1 (diff) | |
At python3.10 importlib.abc is a separate module that must be imported.
| -rw-r--r-- | bootstrap.py | 1 |
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 |
