/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Martin Pool
  • Date: 2009-08-20 04:57:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4632.
  • Revision ID: mbp@sourcefrog.net-20090820045758-dop6muwnabugxyp2
Give ApportFeature a nicer name

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        else:
29
29
            return True
30
30
 
 
31
    def feature_name(self):
 
32
        return 'apport'
 
33
 
31
34
 
32
35
ApportFeature = _ApportFeature()