~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_sftp.py

  • Committer: Martin Pool
  • Date: 2006-09-21 08:35:25 UTC
  • mto: (2029.1.5 python25)
  • mto: This revision was merged to the branch mainline in revision 2030.
  • Revision ID: mbp@sourcefrog.net-20060921083525-0ac21ceb8e5bba46
fix imports in bench_sftp

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    bzrdir,
22
22
    )
23
23
from bzrlib.benchmarks import Benchmark
24
 
from bzrlib.tests import test_sftp_transport
 
24
from bzrlib.tests import test_sftp_transport, TestSkipped
25
25
 
26
26
try:
27
27
    import paramiko