~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-03 08:32:49 UTC
  • mfrom: (1739.2.13 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080903083249-e76ygekseh1peidm
Fix typo in ReadDirFeature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
            return False
82
82
 
83
83
    def feature_name(self):
84
 
        return 'bzrlib._btree_serializer_c'
 
84
        return 'bzrlib._readdir_pyx'
85
85
 
86
86
ReadDirFeature = _ReadDirFeature()
87
87