/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_bound_sftp.py

[merge] jam-integration 1495

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
import os
22
22
 
23
 
from bzrlib.tests.test_sftp import TestCaseWithSFTPServer, paramiko_loaded
 
23
from bzrlib.tests.test_sftp_transport import TestCaseWithSFTPServer, paramiko_loaded
24
24
import bzrlib.errors as errors
25
25
from bzrlib.branch import Branch
26
26
from bzrlib.clone import copy_branch