diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-03 23:09:05 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-03 23:09:05 +0200 |
commit | 844a4f35d6ab0dc1542c40b03cef19a87b9dda08 (patch) | |
tree | 8f13f492b839d5fa3fd9689c3ce674b9c5770c62 /tests/test_head_tracking.py | |
parent | bb709e9dabb929d07d9f5424da262bdfd99d8b2d (diff) | |
download | bzr-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_head_tracking.py')
-rw-r--r-- | tests/test_head_tracking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_head_tracking.py b/tests/test_head_tracking.py index 63712e0..e88e366 100644 --- a/tests/test_head_tracking.py +++ b/tests/test_head_tracking.py @@ -20,7 +20,7 @@ from cStringIO import StringIO from bzrlib import tests -from bzrlib.plugins.fastimport import ( +from bzrlib.plugins.fastimport.fastimport import ( commands, parser, ) |