Mike Driscoll <[EMAIL PROTECTED]> wrote:
> TurboGears somehow
> watches files for changes, so you might want to check out their source
> to see how it works. I'm sure it's something similar.
I think that's more an inherited feature from TG's use of CherryPy.
There's some code provided on the CP si
On Nov 14, 11:04 am, Alan Baljeu <[EMAIL PROTECTED]> wrote:
> I need a solution for automatically reloading files I edited. This is in a
> unit testing/fixing context, so there shouldn't be much problem with leftover
> data. I just need to be able to call a reload_changed() method of some sort