summaryrefslogtreecommitdiff
path: root/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.py')
-rw-r--r--helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.py b/helpers.py
index 76d5838..97ab6b3 100644
--- a/helpers.py
+++ b/helpers.py
@@ -16,7 +16,7 @@
"""Miscellaneous useful stuff."""
-from bzrlib.plugins.fastimport.fastimport.helpers import (
+from fastimport.helpers import (
common_path,
)