Index: src/zc/recipe/egg/egg.py =================================================================== --- src/zc/recipe/egg/egg.py (revision 115896) +++ src/zc/recipe/egg/egg.py (working copy) @@ -200,6 +200,9 @@ class _BackwardsSupportOption(UserDict.UserDict): + def __init__(self, data): + self.data = data # We want to show mutations to the underlying dict. + def query_bool(self, name, default=None): """Given a name, return a boolean value for that name.