import my_module # not right now always assumes reload=False (I think).
On Apr 26, 7:07 am, Ross Peoples <[email protected]> wrote: > 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?

