~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-17 07:52:09 UTC
  • mfrom: (1910.3.4 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20060817075209-e85a1f9e05ff8b87
(andrew) Trivial fixes to NotImplemented errors.

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