From f9067b4f09f7effbfd1fd1d89b8a0050b4270bc9 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 11 Jun 2022 22:37:32 -0700 Subject: [PATCH] At python3.10 importlib.abc is a separate module that must be imported. --- bootstrap.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.46.0