/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: Vincent Ladeuil
  • Date: 2009-06-30 12:50:25 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20090630125025-rjqsdruojz6ca0r5
Trivial fix.

* __init__.py: 
(COMPATIBLE_BZR_VERSIONS): Add 1.17 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0),
57
57
                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0),
58
 
                           (1, 15, 0),]
 
58
                           (1, 15, 0),
 
59
                           (1, 17, 0),]
59
60
 
60
61
bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
61
62