Ignore:
Timestamp:
13 Nov 2014, 14:40:27 (10 years ago)
Author:
Henrik Bettermann
Message:

Change of name.

Location:
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/utils/batching.txt

    r9739 r11949  
    1 :mod:`waeup.kofa.utils.batching` -- Batch processing
     1:mod:`waeup.ikoba.utils.batching` -- Batch processing
    22****************************************************
    33
     
    188188All we need, is a batch processor now.
    189189
    190     >>> from waeup.kofa.utils.batching import BatchProcessor
    191     >>> from waeup.kofa.interfaces import IGNORE_MARKER
     190    >>> from waeup.ikoba.utils.batching import BatchProcessor
     191    >>> from waeup.ikoba.interfaces import IGNORE_MARKER
    192192    >>> class CaveProcessor(BatchProcessor):
    193193    ...   util_name = 'caveprocessor'
Note: See TracChangeset for help on using the changeset viewer.