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

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

Remove SCPayment components.

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