- Timestamp:
- 9 Mar 2015, 06:17:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/app.py
r12699 r12702 35 35 from waeup.ikoba.products.container import ProductsContainer 36 36 from waeup.ikoba.documents.container import DocumentsContainer 37 from waeup.ikoba.payments.container import PaymentsContainer 37 38 38 39 … … 66 67 self['products'] = ProductsContainer() 67 68 self['documents'] = DocumentsContainer() 68 self['payments'] = grok.Container()69 self['payments'] = PaymentsContainer() 69 70 self._createPlugins() 70 71
Note: See TracChangeset for help on using the changeset viewer.