/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: 2008-08-04 18:43:09 UTC
  • Revision ID: jelmer@samba.org-20080804184309-9nhap3q28c20se0z
Tags: bzr-gtk-0.95.0
Depend on bzr 1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    version_string = '%d.%d.%d%s%d' % version_info
46
46
__version__ = version_string
47
47
 
48
 
required_bzrlib = (1, 3)
 
48
required_bzrlib = (1, 6)
49
49
 
50
50
def check_bzrlib_version(desired):
51
51
    """Check that bzrlib is compatible.