source: main/waeup.kofa/trunk/src/waeup/kofa/payments/__init__.py @ 16819

Last change on this file since 16819 was 9469, checked in by Henrik Bettermann, 12 years ago

Remove SCPayment components.

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