Changeset 12703
- Timestamp:
- 9 Mar 2015, 06:18:33 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/interfaces.py
r12701 r12703 167 167 168 168 169 class IPayment(IContainer ):169 class IPayment(IContainer, IIkobaObject): 170 170 """A base representation of payments. 171 171
Note: See TracChangeset for help on using the changeset viewer.