Re: [Rest2web-develop] rest2web and ConfigObj
Brought to you by:
mjfoord
From: Nicola L. <ni...@te...> - 2005-08-10 09:14:22
|
> I've also done a bugfix in ConfigObj - I hope this doesn't cross over > with anything you've done Nicola. It was only one line I changed (line > 805) : > > if os.path.isfile: > > became : > > if os.path.isfile(self.filename): > > Are you alright with the changes to validate/ConfigObj Nicola ? If not, > I can do them. I'd like to get that released as well. The docs need > updating - but it depends on the implementation details of the changes > we discussed......... Sorry for disappearing during the last few days, Real Life Intruding Again (tm). Yes, the changes to ConfigObj we discussed are fine with me, and it would be great if you would be able to make them. In the meanwhile I'll try to write doctests for odict.py . -- Nicola Larosa - ni...@te... Abstraction is layering ignorance on top of reality. -- rpg, cited by Richard P. Gabriel, November 2002 |