You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/shiboken2/files/shiboken2-5.15.6-fix-pyside...

12 lines
422 B

--- a/libshiboken/embed/signature_bootstrap.py 2022-09-08 23:54:19.419724864 +0200
+++ b/libshiboken/embed/signature_bootstrap.py 2022-09-08 23:55:04.494277606 +0200
@@ -211,7 +211,7 @@
return self if self._mod2path.get(fullname) else None
def load_module(self, fullname):
- import importlib
+ import importlib.machinery
import sys
filename = self._mod2path.get(fullname)