Ignore:
Timestamp:
26 Jan 2011, 12:25:59 (14 years ago)
Author:
uli
Message:

Update tests: fix import of jambtable components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/README.txt

    r5328 r5691  
    2323
    2424    >>> from pprint import pprint
    25     >>> from waeup.sirp.jambtables.jambtables import JAMB_DATA_HEADERS
     25    >>> from waeup.sirp.applicants.jambtables.jambtables import JAMB_DATA_HEADERS
    2626    >>> JAMB_DATA_HEADERS
    2727    ['firstname', 'lastname', 'middlenames', 'screening_type',
     
    3131Now we create a JAMBDataTable and import the data:
    3232
    33     >>> from waeup.sirp.jambtables import JAMBDataTable
     33    >>> from waeup.sirp.applicants.jambtables import JAMBDataTable
    3434    >>> table = JAMBDataTable()
    3535    >>> len(list(table))
Note: See TracChangeset for help on using the changeset viewer.