Changeset 6429


Ignore:
Timestamp:
20 Jun 2011, 16:18:38 (13 years ago)
Author:
uli
Message:

Remove entries() method of AccessCodeBatch?. Use values() instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/accesscodes.py

    r6427 r6429  
    114114            os.mkdir(ac_storage)
    115115        return ac_storage
    116 
    117     def entries(self):
    118         """Get all entries of this batch as generator.
    119         """
    120         for x in self.values():
    121             yield x
    122116
    123117    def getAccessCode(self, ac_id):
Note: See TracChangeset for help on using the changeset viewer.