~toshio/bzr-gtk/test-push

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Vincent Ladeuil
  • Date: 2009-09-17 14:35:47 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20090917143547-g5bxznh3ehlprb0u
Catch-up with bzr.dev.

* __init__.py: 
(COMPATIBLE_BZR_VERSIONS): Restore compatibility with bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0),
58
58
                           (1, 15, 0),
59
59
                           (1, 17, 0),
 
60
                           (2, 1, 0),
60
61
                           ]
61
62
 
62
63
bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)