In article <4946660.379.1324659073535.JavaMail.geo-discussion-forums@prez5>, Gnarlodious <gnarlodi...@gmail.com> wrote:
> Roy Smith wrote: > > > import imp > > imp.find_module() > > Oh yeah that works. I am getting a list of modtimes using List Comprehension, > from a list of modules, which will be compared to an older list to see if > mod_wsgi needs to be restarted. Ah, I see. Django's runserver does this. You might want to look to see how they implement it (https://www.djangoproject.com/download/). -- http://mail.python.org/mailman/listinfo/python-list