~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-15 11:11:18 UTC
  • mto: (5757.7.6 knitpackrepo-6)
  • mto: This revision was merged to the branch mainline in revision 5790.
  • Revision ID: jelmer@samba.org-20110415111118-jejnktf3p9a47cwa
Fix space issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    )
60
60
 
61
61
 
62
 
class KnitPackRepository(PackRepository,KnitRepository):
 
62
class KnitPackRepository(PackRepository, KnitRepository):
63
63
 
64
64
    def __init__(self, _format, a_bzrdir, control_files, _commit_builder_class,
65
65
        _serializer):