/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2007-08-27 12:38:18 UTC
  • Revision ID: jelmer@samba.org-20070827123818-0qd8chb7c7n7hx23
Tags: bzr-gtk-0.90.0
Add common widget for selecting branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        from warnings import warn as warning
58
58
    if bzrlib_version < desired:
59
59
        from bzrlib.errors import BzrError
60
 
        warning('Installed bzr version %s is too old to be used with bzr-gtk'
 
60
        warning('Installed Bazaar version %s is too old to be used with bzr-gtk'
61
61
                ' %s.' % (bzrlib.__version__, __version__))
62
62
        raise BzrError('Version mismatch: %r' % (version_info,) )
63
63
    else: