I turn everything into modules, so I use local_import() ALOT. If I have a local import that looks like this:
DEBUG = True
my_module = local_import('my_module', reload=DEBUG)
How would I write that with the new importer?
I turn everything into modules, so I use local_import() ALOT. If I have a local import that looks like this:
DEBUG = True
my_module = local_import('my_module', reload=DEBUG)
How would I write that with the new importer?