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

Last change on this file since 7811 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

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