/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 bzrlib/plugins/launchpad/test_lp_directory.py

Bring in bzr.dev 4005

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from bzrlib.branch import Branch
25
25
from bzrlib.directory_service import directories
26
26
from bzrlib.tests import (
27
 
    TestCase,
28
27
    TestCaseInTempDir,
29
28
    TestCaseWithMemoryTransport
30
29
)