~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2006-09-21 01:48:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: abentley@panoramicfeedback.com-20060921014844-a86a75c8f813548e
start work on format 0.9 serializer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from bzrlib.bundle.serializer.v08 import BundleSerializerV08
 
2
 
 
3
class BundleSerializerV09(BundleSerializerV08):
 
4
 
 
5
    def check_compatible(self):
 
6
        pass