Changeset 12155 for main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Timestamp:
- 5 Dec 2014, 18:30:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/catalog.py
r12102 r12155 121 121 # Catalog for customer contracts 122 122 123 class Contract Indexes(grok.Indexes):123 class ContractsCatalog(grok.Indexes): 124 124 """A catalog for all contracts. 125 125 """
Note: See TracChangeset for help on using the changeset viewer.