X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/9a326a33b28fb685e681bf63c63be9f820db0356..411e573917552a233a9f9752b511396e141c1265:/pymin/services/util.py diff --git a/pymin/services/util.py b/pymin/services/util.py index 3f50957..bfdba1c 100644 --- a/pymin/services/util.py +++ b/pymin/services/util.py @@ -596,13 +596,11 @@ class DictSubHandler(SubHandler): list and show. """ - def __init__(self, parent, attr=None, key=None, cls=None): + def __init__(self, parent, attr=None, cls=None): r"Initialize the object, see the class documentation for details." self.parent = parent if attr is not None: self._dict_subhandler_attr = attr - if key is not None: - self._dict_subhandler_key = key if cls is not None: self._dict_subhandler_class = cls