summaryrefslogtreecommitdiff
path: root/processors/generic_processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'processors/generic_processor.py')
-rw-r--r--processors/generic_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/processors/generic_processor.py b/processors/generic_processor.py
index 4ab0ac3..80b0c5d 100644
--- a/processors/generic_processor.py
+++ b/processors/generic_processor.py
@@ -40,6 +40,7 @@ except ImportError:
from bzrlib.plugins.fastimport import (
branch_updater,
cache_manager,
+ idmapfile,
marks_file,
revision_store,
)
@@ -47,7 +48,6 @@ from fastimport import (
commands,
errors as plugin_errors,
helpers,
- idmapfile,
processor,
)