2008/9/26 Iustin Pop <[EMAIL PROTECTED]>: > On Wed, Sep 24, 2008 at 03:43:35PM +0200, Michael Hanselmann wrote: >> >> This will be used to read the configuration file in the node daemon. >> The write functionality is needed for master failover. >> --- >> Makefile.am | 1 + >> lib/simpleconfig.py | 92 >> +++++++++++++++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 93 insertions(+), 0 deletions(-) >> create mode 100644 lib/simpleconfig.py > > LGTM. As we've discussed offline, the only thing that boters me is that > the 'config' and 'simpleconfig' names are too similar and might be > misunderstood.
Do you have any other suggestions? Please try not to use abbreviations. :-) We could just put it into config.py, but then it would import the locking library and everything. Regards, Michael
