~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2010-08-02 12:55:10 UTC
  • mto: This revision was merged to the branch mainline in revision 5389.
  • Revision ID: jelmer@samba.org-20100802125510-xc0a63b0i0c3fvob
Add dummy foreign prober.

Show diffs side-by-side

added added

removed removed

Lines of Context:
664
664
 
665
665
    def probe_transport(self, transport):
666
666
        """Return the controldir style format present in a directory."""
667
 
        raise NotImplementedError(klass.probe_transport)
 
667
        raise NotImplementedError(self.probe_transport)
668
668
 
669
669
 
670
670
probers = []