~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-23 07:57:16 UTC
  • mfrom: (4922.1.2 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20091223075716-s7yaqku6wb4yh7ve
(mbp) check testtools version after importing it

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
import warnings
52
52
 
53
53
import testtools
 
54
# nb: check this before importing anything else from within it
 
55
_testtools_version = getattr(testtools, '__version__', ())
 
56
if _testtools_version < (0, 9, 2):
 
57
    raise ImportError("need at least testtools 0.9.2: %s is %r"
 
58
        % (testtools.__file__, _testtools_version))
54
59
from testtools import content
55
60
 
56
61
from bzrlib import (