Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid ImportWarning when using _ImportRedirect
This is an incomplete fix as it does not implement `exec_module()`, which means `importlib.reload()` would not have any effect. I'm planning to deprecate the `bottle.ext.whatever -> bottle_whatever` import hack anyway, though. Fixes #1435
- Loading branch information