/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-10-13 07:55:13 UTC
  • mfrom: (5492 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5501.
  • Revision ID: v.ladeuil+lp@free.fr-20101013075513-hil6q8xi7i9e3ozq
Merge bzr.dev fixing NEWS entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
 
40
40
not_running_as_root = _NotRunningAsRoot()
 
41
 
41
42
apport = tests.ModuleAvailableFeature('apport')
 
43
meliae = tests.ModuleAvailableFeature('meliae')
42
44
paramiko = tests.ModuleAvailableFeature('paramiko')
43
45
pycurl = tests.ModuleAvailableFeature('pycurl')
44
46
pywintypes = tests.ModuleAvailableFeature('pywintypes')
 
47
sphinx = tests.ModuleAvailableFeature('sphinx')
45
48
subunit = tests.ModuleAvailableFeature('subunit')
46
 
sphinx = tests.ModuleAvailableFeature('sphinx')
47
49
 
48
50
 
49
51
class _BackslashDirSeparatorFeature(tests.Feature):