Hello Ross,

I though it would be cool if web2py automatically reloads any modified
module in debug mode.

It is already the case for controllers, models and views. It seems to
be just the right thing to do regardless of the module.

I can implement this for a future version.

What do you think (I am asking everyone)?

On 26 avr, 08:07, Ross Peoples <ross.peop...@gmail.com> 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?

Reply via email to