summaryrefslogtreecommitdiff
path: root/tests/test_parser.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-03 23:09:05 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-03 23:09:05 +0200
commit844a4f35d6ab0dc1542c40b03cef19a87b9dda08 (patch)
tree8f13f492b839d5fa3fd9689c3ce674b9c5770c62 /tests/test_parser.py
parentbb709e9dabb929d07d9f5424da262bdfd99d8b2d (diff)
downloadpython-fastimport-844a4f35d6ab0dc1542c40b03cef19a87b9dda08.tar.gz
Move pure-fastimport code into its own directory, in preparation of splitting it into a separate package.
Diffstat (limited to 'tests/test_parser.py')
-rw-r--r--tests/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parser.py b/tests/test_parser.py
index 4e1a1cd..18475e6 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -20,7 +20,7 @@ import StringIO
from bzrlib import tests
-from bzrlib.plugins.fastimport import (
+from bzrlib.plugins.fastimport.fastimport import (
errors,
parser,
)