Changeset 12682
- Timestamp:
- 7 Mar 2015, 03:41:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/tests/test_contract.py
r12259 r12682 25 25 from waeup.ikoba.customers.interfaces import ( 26 26 IContractsContainer, IContract) 27 from waeup.ikoba.interfaces import IObjectHistory28 27 from waeup.ikoba.customers.contracts import ( 29 28 ContractsContainer, SampleContract) 30 29 from waeup.ikoba.testing import (FunctionalLayer, FunctionalTestCase) 30 31 31 32 32 class ContractsContainerTestCase(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.