Comment 2 for bug 364745

Revision history for this message
Ralph Taylor (djnrrd) wrote :

Since Python 2.6 REv 60976 (http://svn.python.org/view?view=rev&revision=60976) the config parser class has been updated to disallow adding DEFAULT sections via ConfigParser.add_section.

/usr/share/blogtk/config.py Line 88 -
  self.parser.add_section("Default")

I'm working on this now