Ignore:
Timestamp:
28 Jan 2010, 09:37:05 (15 years ago)
Author:
uli
Message:

Make functional tests work again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-namespace/src/waeup/sirp/utils/batching.txt

    r4912 r4921  
    1 :mod:`waeup.utils.batching` -- Batch processing
    2 ***********************************************
     1:mod:`waeup.sirp.utils.batching` -- Batch processing
     2****************************************************
    33
    44Batch processing is much more than pure data import.
     
    190190All we need, is a batch processor now.
    191191
    192     >>> from waeup.utils.batching import BatchProcessor
     192    >>> from waeup.sirp.utils.batching import BatchProcessor
    193193    >>> class CaveProcessor(BatchProcessor):
    194194    ...   util_name = 'caveprocessor'
Note: See TracChangeset for help on using the changeset viewer.