- Timestamp:
- 18 Nov 2014, 11:37:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/export.py
r11958 r11985 35 35 EXPORTER_NAMES = ('customers', ) 36 36 37 37 38 def get_customers(site, cust_filter=CustomersQuery()): 38 39 """Get all customers registered in catalog in `site`. 39 40 """ 40 41 return cust_filter.query() 42 41 43 42 44 class CustomerExporterBase(ExporterBase):
Note: See TracChangeset for help on using the changeset viewer.