source: main/waeup.ikoba/trunk/src/waeup/ikoba/payments/__init__.py @ 12821

Last change on this file since 12821 was 12311, checked in by uli, 10 years ago

Merge changes from uli-paypal back into trunk.

  • Property svn:keywords set to Id
File size: 252 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 Payment
6
7__all__ = [
8    'PaymentsContainer',
9    'Payment',
10    ]
Note: See TracBrowser for help on using the repository browser.