~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2010-12-21 10:48:22 UTC
  • mto: (5574.7.9 even-better-isolation)
  • mto: This revision was merged to the branch mainline in revision 5579.
  • Revision ID: v.ladeuil+lp@free.fr-20101221104822-dee9z3zqao0x0pk9
Fix weird testools/python-2.4 dependency leading to failure on pqm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        % (testtools.__file__, _testtools_version))
61
61
from testtools import content
62
62
 
 
63
import bzrlib
63
64
from bzrlib import (
64
65
    branchbuilder,
65
66
    bzrdir,