/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/benchmarks/bench_sftp.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-25 20:48:24 UTC
  • mfrom: (2041 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2050.
  • Revision ID: john@arbash-meinel.com-20060925204824-f4fff4858fa59b0c
[merge] bzr.dev 2041

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