Closed mhvk closed 5 years ago
Use the new way of using import_module instead of __import__, and fixes a remaining 'package_name'.
import_module
__import__
Found this while updating my own packages following the new template. It doesn't seem the edit_on_github functionality is tested...
edit_on_github
hit this same issue today, is it possible to merge this?
Use the new way of using
import_module
instead of__import__
, and fixes a remaining 'package_name'.Found this while updating my own packages following the new template. It doesn't seem the
edit_on_github
functionality is tested...