/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: 2009-02-27 01:28:30 UTC
  • mto: (625.1.6 trunk) (635.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 628.
  • Revision ID: jelmer@samba.org-20090227012830-1eaxoxvuk9l2kmr4
Mark as compatible with bzr 1.13.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
__version__ = version_string
51
51
 
52
52
COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0),
53
 
                           (1, 10, 0), (1, 11, 0), (1, 12, 0)]
 
53
                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0)]
54
54
 
55
55
bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
56
56