/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tests/test_fetch.py

Remove explicit use of rich root formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
 
260
260
class DummyStoreUpdater(object):
261
261
 
262
 
    def add_object(self, obj, ie, path):
 
262
    def add_object(self, obj, ie):
263
263
        pass
264
264
 
265
265
    def finish(self):