~mnordhoff/loggerhead/statictuples

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Matt Nordhoff
  • Date: 2010-03-30 00:25:56 UTC
  • mfrom: (388.1.14 trunk)
  • Revision ID: mnordhoff@mattnordhoff.com-20100330002556-zt36bky4prunckbd
MergeĀ lp:loggerhead

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    require_any_api(bzrlib, [
40
40
        (1, 13, 0), (1, 15, 0), (1, 16, 0), (1, 17, 0), (1, 18, 0),
41
 
        (2, 0, 0), (2, 1, 0)])
 
41
        (2, 0, 0), (2, 1, 0), (2, 2, 0)])
42
42
 
43
43
    # NB: Normally plugins should lazily load almost everything, but this
44
44
    # seems reasonable to have in-line here: bzrlib.commands and options are