~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Aaron Bentley
  • Date: 2006-04-19 01:23:36 UTC
  • mfrom: (1669 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1673.
  • Revision ID: aaron.bentley@utoronto.ca-20060419012336-a74d3d2ea435d15f
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                           )
31
31
import bzrlib.repository as repository
32
32
from bzrlib.tests import TestCase, TestCaseWithTransport
33
 
from bzrlib.tests.test_sftp_transport import TestCaseWithSFTPServer
34
33
from bzrlib.transport import get_transport
35
34
from bzrlib.transport.http import HttpServer
36
35
from bzrlib.transport.memory import MemoryServer