/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: Martin
  • Date: 2010-05-20 21:45:02 UTC
  • mto: This revision was merged to the branch mainline in revision 5246.
  • Revision ID: gzlist@googlemail.com-20100520214502-ytsaoouqzq901jfd
Move pywintypes ModuleAvailableFeature to bzrlib.tests.features

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
apport = tests.ModuleAvailableFeature('apport')
25
25
paramiko = tests.ModuleAvailableFeature('paramiko')
26
26
pycurl = tests.ModuleAvailableFeature('pycurl')
 
27
pywintypes = tests.ModuleAvailableFeature('pywintypes')
27
28
subunit = tests.ModuleAvailableFeature('subunit')
28
29
 
29
30