From: Scott Gasch Date: Sun, 12 Jun 2022 05:37:32 +0000 (-0700) Subject: At python3.10 importlib.abc is a separate module that must be imported. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=f9067b4f09f7effbfd1fd1d89b8a0050b4270bc9;p=python_utils.git At python3.10 importlib.abc is a separate module that must be imported. --- 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