This is similar to what web2py/gluon/custom_import.py does.
On Oct 14, 8:13 pm, Bruno Rocha <rochacbr...@gmail.com> wrote: > 2011/10/14 seongjoo <seongjoo....@gmail.com> > > > track_changes() is a very nice feature to have. It's somewhat tricky > > to deal with python module import while in development. I would love > > to have track_changes() like dynamic reloading (reload only if there > > is some changes in the module) for basic python. > > look this:http://www.indelible.org/ink/python-reloading/