summaryrefslogtreecommitdiff
path: root/cache_manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'cache_manager.py')
-rw-r--r--cache_manager.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cache_manager.py b/cache_manager.py
index 9a0b651..e0f7f90 100644
--- a/cache_manager.py
+++ b/cache_manager.py
@@ -25,12 +25,12 @@ from bzrlib import lru_cache, trace
from bzrlib.plugins.fastimport import (
branch_mapper,
)
+from bzrlib.plugins.fastimport.reftracker import (
+ RefTracker,
+ )
from fastimport.helpers import (
single_plural,
)
-from fastimport.reftracker import (
- RefTracker,
- )
class _Cleanup(object):