~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/serializer/v4.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-15 14:21:33 UTC
  • mto: This revision was merged to the branch mainline in revision 6143.
  • Revision ID: jriddell@canonical.com-20110915142133-plzged5644llay48
make the test suite pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    versionedfile as _mod_versionedfile,
34
34
    )
35
35
from bzrlib.bundle import bundle_data, serializer as bundle_serializer
 
36
from bzrlib.i18n import gettext
36
37
from bzrlib import bencode
37
38
 
38
39