~toddy/bzr/bzr.i18n

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Tobias Toedter
  • Date: 2008-02-10 08:01:48 UTC
  • mfrom: (2438.1.783 +trunk)
  • Revision ID: t.toedter@gmx.net-20080210080148-bg5rh61oq2zk2xw3
Merge trunk

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
    )