Raphael Kargon
Results
2
issues of
Raphael Kargon
c.f. issue #6: https://github.com/brettlangdon/importhook/issues/6 for more details/examples Certain packages that are 'namespace packages' don't return a loader object when they're, well, loaded. However in that case `importhook` still wraps spec.loader...
The following code: ``` import importhook import snowflake ``` Fails for me with: ``` File :1027, in _find_and_load(name, import_) File :1006, in _find_and_load_unlocked(name, import_) File :672, in _load_unlocked(spec) File :632,...