~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-17 13:53:36 UTC
  • mfrom: (1939 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1940.
  • Revision ID: john@arbash-meinel.com-20060817135336-100de82962355d3b
[merge] bzr.dev 1939

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
            pass
312
312
 
313
313
 
314
 
class SFTPTransport (Transport):
315
 
    """Transport implementation for SFTP access"""
 
314
class SFTPTransport(Transport):
 
315
    """Transport implementation for SFTP access."""
316
316
 
317
317
    _do_prefetch = _default_do_prefetch
318
318
    # TODO: jam 20060717 Conceivably these could be configurable, either