- Timestamp:
- 14 Nov 2014, 07:26:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/app.py
r11954 r11956 32 32 from waeup.ikoba.configuration import ConfigurationContainer 33 33 34 from waeup.ikoba.customers.container import CustomersContainer 35 34 36 class Company(grok.Application, grok.Container, Logger): 35 37 """A company. … … 59 61 self['configuration'] = ConfigurationContainer() 60 62 self['mandates'] = MandatesContainer() 63 self['customers'] = CustomersContainer() 61 64 self._createPlugins() 62 65
Note: See TracChangeset for help on using the changeset viewer.