resync / resync-simulator

ResourceSync Change Simulator
11 stars 6 forks source link

Make inventory.compare() use the iterator #18

Closed zimeon closed 12 years ago

zimeon commented 12 years ago

If this is done then perhaps also change the compare function to give back lists of resources rather than list of URIs -- this affects only the code in client.py and would make that tidier

zimeon commented 12 years ago

This is done. The compare method is in resync/inventory.py and uses iterators