~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Gordon Tyler
  • Date: 2011-01-21 23:51:15 UTC
  • mto: This revision was merged to the branch mainline in revision 5632.
  • Revision ID: gordon@doxxx.net-20110121235115-9sdqamejot1h0481
Replace usage of format function from python 2.6 with our own very simple formatting function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
not_running_as_root = _NotRunningAsRoot()
43
43
 
44
44
apport = tests.ModuleAvailableFeature('apport')
45
 
lzma = tests.ModuleAvailableFeature('lzma')
46
45
meliae = tests.ModuleAvailableFeature('meliae')
47
46
paramiko = tests.ModuleAvailableFeature('paramiko')
48
47
pycurl = tests.ModuleAvailableFeature('pycurl')