From 1ffcdf9b878468f4ef8ec0d9d522f1f185761fca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sun, 12 Mar 2023 13:55:34 +0200
Subject: [PATCH 1/1] Fixed importlib error
README.md | 1 +
gmcapsule/init.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index c8cb848..0fa9d90 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,7 @@ v0.2.4:
v0.2.5:
+* Fixed importlib
error with Python 3.11.
diff --git a/gmcapsule/init.py b/gmcapsule/init.py
index f0101ee..faeb96e 100644
--- a/gmcapsule/init.py
+++ b/gmcapsule/init.py
@@ -427,6 +427,7 @@ The following limitations could/should be lifted in the future:
import configparser
import importlib
+import importlib.machinery
import importlib.util
import mimetypes
import os
--
2.25.1
text/plain
This content has been proxied by September (3851b).