summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 01703ba..c79f5be 100644
--- a/__init__.py
+++ b/__init__.py
@@ -98,7 +98,7 @@ def load_fastimport():
def test_suite():
- import tests
+ from bzrlib.plugins.fastimport import tests
return tests.test_suite()