summaryrefslogtreecommitdiff
path: root/fastimport/tests/test_commands.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-03 23:28:11 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-03 23:28:11 +0200
commitec87be037ad5ab9617dc33266656edfa137d0691 (patch)
tree7bb2179437a2ba69c4b8ea2924c6cbcb7e2faef7 /fastimport/tests/test_commands.py
parent844a4f35d6ab0dc1542c40b03cef19a87b9dda08 (diff)
downloadpython-fastimport-ec87be037ad5ab9617dc33266656edfa137d0691.tar.gz
Split python-fastimport into its own separate package.
Diffstat (limited to 'fastimport/tests/test_commands.py')
-rw-r--r--fastimport/tests/test_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastimport/tests/test_commands.py b/fastimport/tests/test_commands.py
index 6efa4ce..ab44856 100644
--- a/fastimport/tests/test_commands.py
+++ b/fastimport/tests/test_commands.py
@@ -18,7 +18,7 @@
from testtools import TestCase
-from bzrlib.plugins.fastimport.fastimport import (
+from fastimport import (
commands,
)