~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test_on_merge.py

  • Committer: Guilherme Salgado
  • Date: 2010-04-28 20:18:48 UTC
  • mto: This revision was merged to the branch mainline in revision 10969.
  • Revision ID: salgado@canonical.com-20100428201848-nubbdbmtj7dmoq6j
Revert a couple changes left by accident

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
    # Tabnanny
37
37
    # NB. If tabnanny raises an exception, run
38
 
    # python /usr/lib/python/tabnanny.py -vv lib/canonical
 
38
    # python /usr/lib/python2.5/tabnanny.py -vv lib/canonical
39
39
    # for more detailed output.
40
40
    org_stdout = sys.stdout
41
41
    sys.stdout = StringIO()