Comment 3 for bug 689140

Revision history for this message
Matthias Klose (doko) wrote :

checkbox's config.py accesses private attributes, not meant to be used in this way.

class Config(object):

    def __init__(self):
        self._parser = ConfigParser()
        self._parser._defaults = IncludeDict(self._parser)