~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2009-07-08 14:37:25 UTC
  • mfrom: (4516 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4517.
  • Revision ID: john@arbash-meinel.com-20090708143725-sc9sjy3mz4cxwxzz
Merge bzr.dev 4516

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    serializer,
31
31
    )
32
32
from bzrlib.bundle import bundle_data, serializer as bundle_serializer
33
 
from bzrlib.util import bencode
 
33
from bzrlib import bencode
34
34
 
35
35
 
36
36
class BundleWriter(object):