~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Max Bowsher
  • Date: 2011-08-23 09:29:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6104.
  • Revision ID: _@maxb.eu-20110823092927-c7fnueriuunvv9mh
Per jam's review comments, get rid of features.meliae_feature, which is new in
2.5 and so will not be missed, assigning the corrected behaviour to the
features.meliae name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
apport = ModuleAvailableFeature('apport')
347
347
gpgme = ModuleAvailableFeature('gpgme')
348
348
lzma = ModuleAvailableFeature('lzma')
 
349
meliae = ModuleAvailableFeature('meliae.scanner')
349
350
paramiko = ModuleAvailableFeature('paramiko')
350
351
pycurl = ModuleAvailableFeature('pycurl')
351
352
pywintypes = ModuleAvailableFeature('pywintypes')
355
356
 
356
357
compiled_patiencediff_feature = ModuleAvailableFeature(
357
358
    'bzrlib._patiencediff_c')
358
 
meliae_feature = ModuleAvailableFeature('meliae.scanner')
359
359
lsprof_feature = ModuleAvailableFeature('bzrlib.lsprof')
360
360
 
361
361