From: Jeffrey B. <jef...@ea...> - 2007-12-06 21:25:42
Is there an easy way to reload the config file, e.g., a reload method? One
part of my program is modifying the config file, so I want to be sure that
another part is using the latest values.
--
Jeffrey Barish
From: Michael F. <fuz...@vo...> - 2007-12-07 12:06:12
Jeffrey Barish wrote:
> Is there an easy way to reload the config file, e.g., a reload method? One
> part of my program is modifying the config file, so I want to be sure that
> another part is using the latest values.
>
A reload method sounds like a good idea. Patches welcomed of course. It
*might* already work if you just call '__init__' again with the same
filename, but isn't recommended. :-)
Michael
http://www.manning.com/foord