mirror of
https://github.com/denizsafak/abogen.git
synced 2026-09-20 11:40:57 +02:00
fix: import importlib.util explicitly (not auto-loaded in Python 3.12) — broke plugin loading, causing empty voice lists
This commit is contained in:
@@ -12,7 +12,7 @@ The loader does NOT:
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import importlib
|
||||
import importlib.util
|
||||
import re
|
||||
import sys
|
||||
import types
|
||||
|
||||
Reference in New Issue
Block a user