summaryrefslogtreecommitdiff
path: root/helpers.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-03 23:51:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-03 23:51:42 +0200
commit73ad8982befda76da1fc89671c4ccd7e47a0ae89 (patch)
tree31ecfc313ba651c354e1e3e8bfa79d621a7af771 /helpers.py
parent844a4f35d6ab0dc1542c40b03cef19a87b9dda08 (diff)
downloadbzr-fastimport-73ad8982befda76da1fc89671c4ccd7e47a0ae89.tar.gz
Split out fastimport, import it from the system.
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,
)