Changeset 4176


Ignore:
Timestamp:
27 May 2009, 08:19:29 (15 years ago)
Author:
uli
Message:

Update tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/datacenter.txt

    r4174 r4176  
    196196    >>> datacenter.getPossibleImports()
    197197    [(<...DataCenterFile object at 0x...>,
    198     [<MyCSVImporter object at 0x...>, <MyCSVImporter object at 0x...>])]
     198      [(<MyCSVImporter object at 0x...>, '...'),
     199       (<MyCSVImporter object at 0x...>, '...')])]
    199200
    200201As we can see, an import is defined here as a tuple of a
     
    202203data receiver (the thing where the data should go to).
    203204
     205The data receiver is given as an ZODB object id (if the data receiver
     206is persistent) or a simple id (if it is not).
     207
    204208Clean up:
    205209
Note: See TracChangeset for help on using the changeset viewer.