~unit193/bzr-fastimport/deletion-fixes

« back to all changes in this revision

Viewing changes to exporter.py

  • Committer: Jelmer Vernooij
  • Date: 2014-05-15 09:26:03 UTC
  • mto: This revision was merged to the branch mainline in revision 360.
  • Revision ID: jelmer@samba.org-20140515092603-7jqc4s62jdk2hb6h
Import helper functions that have been removed from python-fastimport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    )
65
65
 
66
66
from fastimport import commands
67
 
from fastimport.helpers import (
 
67
from bzrlib.plugins.fastimport.helpers import (
68
68
    binary_stream,
69
69
    single_plural,
70
70
    )