def __iter__()

in plugins/lists.py [0:0]


    def __iter__(self):
        for entry in self.list:
            yield entry