/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: Vincent Ladeuil
  • Date: 2010-02-04 10:20:29 UTC
  • mto: (5005.1.1 integration2)
  • mto: This revision was merged to the branch mainline in revision 5007.
  • Revision ID: v.ladeuil+lp@free.fr-20100204102029-7xx95sw81z5lsirp
Fix all uses of _CompatabilityThunkFeature.

* bzrlib/tests/__init__.py
(ParamikoFeature, SubUnitFeature): Use the new signature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
apport = tests.ModuleAvailableFeature('apport')
23
23
ApportFeature = tests._CompatabilityThunkFeature(
24
24
    deprecated_in((2, 2, 0)),
25
 
    'bzrlib.tests.features',
26
 
    'ApportFeature', 'apport')
 
25
    'bzrlib.tests.features', 'ApportFeature', 'apport')
27
26
paramiko = tests.ModuleAvailableFeature('paramiko')
28
27
pycurl = tests.ModuleAvailableFeature('pycurl')
29
28
subunit = tests.ModuleAvailableFeature('subunit')