summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-18 05:07:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-18 05:07:47 +0100
commit2e9d77707b68e21bb80781324a9878321bf56214 (patch)
treed81e6e233ad394729ef25b252f215f0f19bfa206
parentb9d735ae8ea11a3d3ed768bc223050ab31788f41 (diff)
downloadbzr-fastimport-2e9d77707b68e21bb80781324a9878321bf56214.tar.gz
Fix import.
-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()