~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2007-03-16 15:57:51 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070316155751-ko5ldoemdhfvsc0v
Spelling fix from Wouter

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        # get the message out any way we can
48
48
        from warnings import warn as warning
49
49
    if bzrlib_version < desired:
50
 
        warning('Installed Bazzar version %s is too old to be used with'
 
50
        warning('Installed Bazaar version %s is too old to be used with'
51
51
                ' plugin \n'
52
52
                '"Bzrtools" %s.' % (bzrlib.__version__, __version__))
53
53
        # Not using BzrNewError, because it may not exist.