/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 breezy/plugins/fastimport/revision_store.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 01:39:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610013946-08donzxbo8iv0ewz
Fix more imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
 
195
195
    def _init_chk_inventory(self, revision_id, root_id):
196
196
        """Generate a CHKInventory for a parentless revision."""
197
 
        from ... import chk_map
 
197
        from ...bzr import chk_map
198
198
        # Get the creation parameters
199
199
        chk_store = self.repo.chk_bytes
200
200
        serializer = self.repo._format._serializer