~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

  • Committer: Andrew Bennetts
  • Date: 2007-04-16 04:24:11 UTC
  • mto: (2018.18.15 hpss-faster-copy)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20070416042411-6itr5e3kuqwpm65y
RemoveĀ unusedĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    ssh,
58
58
    Transport,
59
59
    )
60
 
from bzrlib.transport.local import LocalURLServer
61
60
 
62
61
try:
63
62
    import paramiko