Last change
on this file was
12311,
checked in by uli, 11 years ago
|
Merge changes from uli-paypal back into trunk.
|
-
Property svn:keywords set to
Id
|
File size:
252 bytes
|
Rev | Line | |
---|
[6861] | 1 | """This package contains everything regarding payments. |
---|
| 2 | """ |
---|
| 3 | # Make this a package. |
---|
[11949] | 4 | from waeup.ikoba.payments.container import PaymentsContainer |
---|
[12311] | 5 | from waeup.ikoba.payments.payment import Payment |
---|
[6861] | 6 | |
---|
| 7 | __all__ = [ |
---|
| 8 | 'PaymentsContainer', |
---|
[12311] | 9 | 'Payment', |
---|
[7811] | 10 | ] |
---|
Note: See
TracBrowser for help on using the repository browser.