source: main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/__init__.py @ 12124

Last change on this file since 12124 was 11949, checked in by Henrik Bettermann, 10 years ago

Change of name.

  • Property svn:keywords set to Id
File size: 264 bytes
Line 
1"""This package contains everything regarding payments.
2"""
3# Make this a package.
4from waeup.ikoba.payments.container import PaymentsContainer
5from waeup.ikoba.payments.payment import OnlinePayment
6
7__all__ = [
8    'PaymentsContainer',
9    'OnlinePayment',
10    ]
Note: See TracBrowser for help on using the repository browser.