/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-08-25 13:18:28 UTC
  • mfrom: (654.1.3 bzr-gtk)
  • Revision ID: v.ladeuil+lp@free.fr-20090825131828-wd8qbtnmqzcfucfb
(vila) Switch to python sdist

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
58
                           (1, 15, 0),
59
 
                           (1, 17, 0),]
 
59
                           (1, 17, 0),
 
60
                           ]
60
61
 
61
62
bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
62
63