~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitpack_repo.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 15:20:30 UTC
  • mto: (5757.7.2 knitpackrepo-6)
  • mto: This revision was merged to the branch mainline in revision 5773.
  • Revision ID: jelmer@samba.org-20110405152030-tkwndxvmbtxn8j49
Fix import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
lazy_import(globals(), """
21
21
from bzrlib import (
22
22
    bzrdir,
 
23
    revision as _mod_revision,
23
24
    xml5,
24
25
    xml6,
25
26
    xml7,