/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-07-15 13:09:17 UTC
  • Revision ID: jelmer@samba.org-20070715130917-3lwaltu7f5vhr737
Never refuse to work with newer versions of bzr, just warn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        warning('bzr-gtk is not up to date with installed bzr version %s.'
67
67
                ' \nThere should be a newer version available, e.g. %i.%i.' 
68
68
                % (bzrlib.__version__, bzrlib_version[0], bzrlib_version[1]))
69
 
        if bzrlib_version != desired_plus:
70
 
            raise Exception, 'Version mismatch'
71
69
 
72
70
 
73
71
check_bzrlib_version(version_info[:2])