/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 breezy/tests/features.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-08 00:00:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6672.
  • Revision ID: jelmer@jelmer.uk-20170608000028-e3ggtt4wjbcjh91j
Drop pycurl support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
lzma = ModuleAvailableFeature('lzma')
351
351
meliae = ModuleAvailableFeature('meliae.scanner')
352
352
paramiko = ModuleAvailableFeature('paramiko')
353
 
pycurl = ModuleAvailableFeature('pycurl')
354
353
pywintypes = ModuleAvailableFeature('pywintypes')
355
354
subunit = ModuleAvailableFeature('subunit')
356
355
testtools = ModuleAvailableFeature('testtools')