source: main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/mandates/__init__.py @ 11968

Last change on this file since 11968 was 11949, checked in by Henrik Bettermann, 10 years ago

Change of name.

  • Property svn:keywords set to Id
File size: 269 bytes
Line 
1"""This package contains everything regarding temporary jobs (mandates).
2"""
3# Make this a package.
4from waeup.ikoba.mandates.container import MandatesContainer
5from waeup.ikoba.mandates.mandate import Mandate
6
7__all__ = [
8    'MandatesContainer',
9    'Mandate',
10    ]
Note: See TracBrowser for help on using the repository browser.