source:
main/waeup.sirp/trunk/src/waeup/sirp/payments/__init__.py
@
6862
Last change on this file since 6862 was 6861, checked in by , 14 years ago | |
---|---|
|
|
File size: 186 bytes |
Line | |
---|---|
1 | """This package contains everything regarding payments. |
2 | """ |
3 | # Make this a package. |
4 | from waeup.sirp.payments.container import PaymentsContainer |
5 | |
6 | __all__ = [ |
7 | 'PaymentsContainer', |
8 | ] |
Note: See TracBrowser for help on using the repository browser.