/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-19 20:23:07 UTC
  • mfrom: (2520.4.136 bzr.mpbundle)
  • Revision ID: pqm@pqm.ubuntu.com-20070719202307-rr3ky8d16z5v7h3e
Fix format strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
_serializers = {}
40
40
 
41
 
v4_string = '4alpha'
 
41
v4_string = '4'
42
42
 
43
43
def _get_bundle_header(version):
44
44
    return '%s%s\n' % (BUNDLE_HEADER, version)