~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/ftp.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-13 04:12:12 UTC
  • mfrom: (2484.1.25 knit_index_pyrex)
  • Revision ID: pqm@pqm.ubuntu.com-20070713041212-ar46c24wgu0jhtm5
(John Arbash Meinel) Implement _KnitIndex._load_data in pyrex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
            self._translate_perm_error(e, abspath, 'error deleting',
490
490
                unknown_exc=errors.NoSuchFile)
491
491
 
492
 
    def external_url(self):
493
 
        """See bzrlib.transport.Transport.external_url."""
494
 
        # FTP URL's are externally usable.
495
 
        return self.base
496
 
 
497
492
    def listable(self):
498
493
        """See Transport.listable."""
499
494
        return True