~unit193/bzr-fastimport/deletion-fixes

« back to all changes in this revision

Viewing changes to exporter.py

  • Committer: Richard Wilbur
  • Date: 2014-06-03 02:58:47 UTC
  • mfrom: (359.1.1 trunk)
  • Revision ID: richard.wilbur@gmail.com-20140603025847-jotiggy437v5jx9a
Fix bzr-fastimport when used with newer versions of python-fastimport.(Jelmer Vernooij)

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
    )