/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 breezy/transport/nosmart.py

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    """Return the permutations to be used in testing."""
43
43
    from ..tests import test_server
44
44
    return [(NoSmartTransportDecorator, test_server.NoSmartTransportServer)]
 
45