/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 testsweet.py

  • Committer: Martin Pool
  • Date: 2005-07-29 12:17:47 UTC
  • Revision ID: mbp@sourcefrog.net-20050729121747-083b863f4ebdfa07
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
from unittest import TestResult, TestCase
42
42
 
 
43
# XXX: Don't need this anymore now we depend on python2.4
43
44
def _need_subprocess():
44
45
    sys.stderr.write("sorry, this test suite requires the subprocess module\n"
45
46
                     "this is shipped with python2.4 and available separately for 2.3\n")