Last change
on this file since 9209 was
9209,
checked in by uli, 13 years ago
|
Merge changes from update branch (includes trunk changes until r9107).
|
-
Property svn:keywords set to
Id
|
File size:
267 bytes
|
Line | |
---|
1 | """This package contains everything regarding temporary jobs (mandates). |
---|
2 | """ |
---|
3 | # Make this a package. |
---|
4 | from waeup.kofa.mandates.container import MandatesContainer |
---|
5 | from waeup.kofa.mandates.mandate import Mandate |
---|
6 | |
---|
7 | __all__ = [ |
---|
8 | 'MandatesContainer', |
---|
9 | 'Mandate', |
---|
10 | ] |
---|
Note: See
TracBrowser for help on using the repository browser.