Changeset 5741 for main/waeup.sirp/trunk


Ignore:
Timestamp:
12 Feb 2011, 22:34:50 (14 years ago)
Author:
uli
Message:

Add JAMB data plugin and root to public package API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/__init__.py

    r5729 r5741  
    55from waeup.sirp.applicants.jambtables.batching import JAMBDataImporter
    66from waeup.sirp.applicants.jambtables.jambtables import (
    7     JAMBDataTable, JAMB_DATA_HEADERS
     7    JAMBDataTable, JAMB_DATA_HEADERS, JAMBDataPlugin, JAMBDataRoot,
    88    )
    99
     
    1515    JAMBDataTable,
    1616    JAMB_DATA_HEADERS,
     17    JAMBDataPlugin,
     18    JAMBDataRoot,
    1719    ResultEntry,
    1820    )
Note: See TracChangeset for help on using the changeset viewer.