~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-13 09:36:00 UTC
  • mfrom: (6498.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20120313093600-lb7qlh29e7d7kr68
(vila) Merge 2.5 branch including bugfix for #940164 and #944696
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
paramiko = ModuleAvailableFeature('paramiko')
353
353
pycurl = ModuleAvailableFeature('pycurl')
354
354
pywintypes = ModuleAvailableFeature('pywintypes')
355
 
sphinx = ModuleAvailableFeature('sphinx')
356
355
subunit = ModuleAvailableFeature('subunit')
357
356
testtools = ModuleAvailableFeature('testtools')
358
357