From 2e9d77707b68e21bb80781324a9878321bf56214 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 18 Dec 2011 05:07:47 +0100 Subject: Fix import. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.1