source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/__init__.py @ 5765

Last change on this file since 5765 was 5749, checked in by uli, 14 years ago

Remove imports that went into applicants package.

File size: 271 bytes
Line 
1# Make this a package.
2from waeup.sirp.applicants.jambtables.batching import JAMBDataImporter
3from waeup.sirp.applicants.jambtables.jambtables import (
4    JAMBDataPlugin, JAMBDataRoot,
5    )
6
7__all__ = (
8    JAMBDataImporter,
9    JAMBDataPlugin,
10    JAMBDataRoot,
11    )
Note: See TracBrowser for help on using the repository browser.