/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/tests/test_bzrdir.py

Merge up with bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    TestSkipped,
49
49
    test_sftp_transport
50
50
    )
51
 
from bzrlib.tests.HttpServer import HttpServer
52
 
from bzrlib.tests.HTTPTestUtil import (
 
51
from bzrlib.tests.http_server import HttpServer
 
52
from bzrlib.tests.http_utils import (
53
53
    TestCaseWithTwoWebservers,
54
54
    HTTPServerRedirecting,
55
55
    )