~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-21 18:54:00 UTC
  • mto: This revision was merged to the branch mainline in revision 6104.
  • Revision ID: _@maxb.eu-20110821185400-t9lyvk5fv70rj6k5
Delete features.meliae, because it is a false friend which checks only for the
availability of the meliae pure python code, not the compiled extensions.
Update only user to use features.meliae_feature, which does catch
unavailability of the compiled extensions.

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')
350
349
paramiko = ModuleAvailableFeature('paramiko')
351
350
pycurl = ModuleAvailableFeature('pycurl')
352
351
pywintypes = ModuleAvailableFeature('pywintypes')